More looptest experimentation

This commit is contained in:
Joakim Erdfelt 2016-06-03 14:17:28 -07:00
parent f495053e9b
commit 5e3a534d5d
1 changed files with 1 additions and 1 deletions

View File

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