From: Jordan Lee Date: Thu, 31 Jan 2013 22:00:32 +0000 (+0000) Subject: fix r13913 oops: I didn't mean to check in the fail.sh change that only called rename... X-Git-Tag: 2.80~156 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d84836a81c57e444cd53f90ca83b04565e7c9905;p=transmission fix r13913 oops: I didn't mean to check in the fail.sh change that only called rename-test --- diff --git a/libtransmission/fail.sh b/libtransmission/fail.sh index c0f29669c..22a6171ec 100755 --- a/libtransmission/fail.sh +++ b/libtransmission/fail.sh @@ -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