diff --git a/pom.xml b/pom.xml index a3728406..89191e3d 100644 --- a/pom.xml +++ b/pom.xml @@ -1270,7 +1270,7 @@ org.pitest pitest-maven - 1.11.4 + 1.11.5 diff --git a/run-mutation-tests.sh b/run-mutation-tests.sh index 5e9bc289..270ab318 100755 --- a/run-mutation-tests.sh +++ b/run-mutation-tests.sh @@ -16,6 +16,6 @@ targetTests=${1:-*} mvn clean test pitest:mutationCoverage \ -DargLine.xmx=2048m \ -Dverification.skip \ - -DfailIfNoTests=false \ + -Dsurefire.failIfNoSpecifiedTests=false \ -Dtest="${targetTests}" \ -DtargetTests="${targetTests}"