diff options
author | Ron Yorston <rmy@pobox.com> | 2017-01-04 11:32:33 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2017-01-04 11:41:38 +0000 |
commit | f9cf712f8a640ac2d250dfa77dd809ab033f618a (patch) | |
tree | c8f6135b5842e0110ca54d6690ab95b28792bb1e /scripts | |
parent | 71ecc8033e6989996057b32577e71148fd544596 (diff) | |
parent | c6725b0af68238a456690146adec763c04f66c82 (diff) | |
download | busybox-w32-f9cf712f8a640ac2d250dfa77dd809ab033f618a.tar.gz busybox-w32-f9cf712f8a640ac2d250dfa77dd809ab033f618a.tar.bz2 busybox-w32-f9cf712f8a640ac2d250dfa77dd809ab033f618a.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/randomtest.loop | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/randomtest.loop b/scripts/randomtest.loop index 758a8e862..710f5fd05 100755 --- a/scripts/randomtest.loop +++ b/scripts/randomtest.loop | |||
@@ -33,6 +33,7 @@ while sleep 1; do | |||
33 | ) | 33 | ) |
34 | if test $? != 0; then | 34 | if test $? != 0; then |
35 | echo "Failed runtest in $dir" | 35 | echo "Failed runtest in $dir" |
36 | grep ^FAIL -- "$dir/testsuite/runtest.log" | ||
36 | exit 1 # you may comment this out... | 37 | exit 1 # you may comment this out... |
37 | let fail++ | 38 | let fail++ |
38 | continue | 39 | continue |