Adding OPTS

This commit is contained in:
Joakim Erdfelt 2016-06-06 07:01:48 -07:00
parent 40526513f4
commit 4ce35feb41
1 changed files with 1 additions and 1 deletions

View File

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