From e42a2406ce22d7259e7e5f086f7cc913a2238c3c Mon Sep 17 00:00:00 2001 From: Picnic-Bot Date: Fri, 17 Mar 2023 02:02:47 +0000 Subject: [PATCH 1/2] Upgrade org.pitest:pitest-maven 1.11.4 -> 1.11.5 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a3728406f9..89191e3d73 100644 --- a/pom.xml +++ b/pom.xml @@ -1270,7 +1270,7 @@ org.pitest pitest-maven - 1.11.4 + 1.11.5 From 3b8c15010fe64b20e4fb133736d1e962909cb01b Mon Sep 17 00:00:00 2001 From: Stephan Schroevers Date: Fri, 17 Mar 2023 07:43:13 +0100 Subject: [PATCH 2/2] Fix `run-mutation-tests.sh` --- run-mutation-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-mutation-tests.sh b/run-mutation-tests.sh index 5e9bc2891d..270ab31836 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}"