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