From de912f0153c8c3f30040d546a7e96ccb949a803d Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 12 Dec 2016 11:08:51 +0100 Subject: randomconfig fixes Signed-off-by: Denys Vlasenko --- scripts/randomtest.loop | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') 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 ) if test $? != 0; then echo "Failed runtest in $dir" + grep ^FAIL -- "$dir/testsuite/runtest.log" exit 1 # you may comment this out... let fail++ continue -- cgit v1.2.3