source:
trunk/libtransmission/fail.sh
@
13909
Last change on this file since 13909 was 13909, checked in by jordan, 8 years ago | |
---|---|
|
|
File size: 121 bytes |
Line | |
---|---|
1 | err=0 |
2 | count=0 |
3 | while [ $err -eq 0 ]; do |
4 | count=$((count+1)) |
5 | echo starting run number $count |
6 | make check |
7 | err=$? |
8 | done |
Note: See TracBrowser
for help on using the repository browser.