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