Adding OPTS
This commit is contained in:
parent
40526513f4
commit
4ce35feb41
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue