commit | bb0bf287d8fcb59a7d44661681576f77845dedbc | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Sun Jun 19 21:54:04 2016 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sun Jun 19 21:54:04 2016 +0200 |
tree | 5cae0ee59152b2fa77a0e3ea0d6713dba7755bce | |
parent | 015db5800ca7c6dd2d201eacb2951e72e6782b30 [diff] [blame] |
randomconfig fixes 2 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/scripts/randomtest b/scripts/randomtest index 41f252a..287f1c7 100755 --- a/scripts/randomtest +++ b/scripts/randomtest
@@ -115,6 +115,8 @@ # Build! nice -n 10 make $MAKEOPTS 2>&1 | tee make.log +grep 'Rerun make' make.log \ +&& nice -n 10 make $MAKEOPTS 2>&1 | tee -a make.log # Return exitcode 1 if busybox executable does not exist test -x busybox