More looptest experimentation
This commit is contained in:
parent
f495053e9b
commit
5e3a534d5d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue