fix r13913 oops: I didn't mean to check in the fail.sh change that only called rename-test

This commit is contained in:
Jordan Lee 2013-01-31 22:00:32 +00:00
parent 69f3e31230
commit d84836a81c
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@ count=0
while [ $err -eq 0 ]; do
count=$((count+1))
echo starting run number $count
./rename-test
make check
err=$?
done