mirror of
https://github.com/transmission/transmission
synced 2025-03-03 18:25:35 +00:00
fix r13913 oops: I didn't mean to check in the fail.sh change that only called rename-test
This commit is contained in:
parent
69f3e31230
commit
d84836a81c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue