More looptest experimentation

This commit is contained in:
Joakim Erdfelt 2016-06-03 14:27:33 -07:00
parent 5e3a534d5d
commit 40526513f4
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ let count=0
while mvn test -Dtest=$TESTNAME 2>&1 > target/lastbuild.log
do
now=`date`
echo "Test Run $count - $now" >> target/looptest.log
echo "Test Run $count - $now"
let count=$count+1
done