randomconfig fixes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2017-12-31 17:30:02 +01:00
parent 36acc4631c
commit 82d1c1f84a
13 changed files with 43 additions and 22 deletions

View File

@ -66,6 +66,7 @@ while sleep 1; do
continue
fi
fi
grep -i 'warning:' "$dir/make.log"
rm -rf -- "$dir"
let cnt++
done