update
This commit is contained in:
@@ -10,5 +10,10 @@ fi
|
||||
runs=$1
|
||||
chmod +x test-mr.sh
|
||||
for i in $(seq 1 $runs); do
|
||||
timeout -k 2s 900s ./test-mr.sh
|
||||
if ! timeout -k 2s 900s ./test-mr.sh
|
||||
then
|
||||
echo '***' FAILED TESTS IN TRIAL $i
|
||||
exit 1
|
||||
fi
|
||||
done
|
||||
echo '***' PASSED ALL $i TESTING TRIALS
|
||||
|
||||
Reference in New Issue
Block a user