be3e16c4e493c714bd49f5c483f4d088d51bafe6
[urcu.git] / tests / unit / test_loop
1 #!/bin/bash
2
3 DIR=$(dirname $0)
4
5 while [ 0 ]; do
6 $DIR/run.sh $DIR/unit_tests
7 if [ "$?" != "0" ]; then
8 break;
9 fi
10 done
11
12 echo "$0: ********* STOPPED BECAUSE OF ERROR *********"
This page took 0.028725 seconds and 3 git commands to generate.