diff --git a/testutils/ptest2/src/main/resources/batch-exec.vm b/testutils/ptest2/src/main/resources/batch-exec.vm index b0ffdd6..8336e83 100644 --- a/testutils/ptest2/src/main/resources/batch-exec.vm +++ b/testutils/ptest2/src/main/resources/batch-exec.vm @@ -62,6 +62,10 @@ then testModule=./ fi pushd $testModule + mvn clean -Dmaven.repo.local=$localDir/$instanceName/maven $mavenArgs + rm -rf ./qtest/target/test-classes + rm -rf ./qtest-spark/target/test-classes + ls -LR echo "mvn -B test -Dmaven.repo.local=$localDir/$instanceName/maven $mavenArgs $mavenTestArgs $testArguments" 1>$logDir/maven-test.txt find `pwd` -name TestCliDriver.java 1>>$logDir/maven-test.txt timeout 2h mvn -B test -Dmaven.repo.local=$localDir/$instanceName/maven \