Skip to content

Commit

Permalink
Fix run-mutation-tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Mar 17, 2023
1 parent 212fdf1 commit 2b4e3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-mutation-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

0 comments on commit 2b4e3af

Please sign in to comment.