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 authored and rickie committed Mar 18, 2023
1 parent e42a240 commit 3b8c150
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 3b8c150

Please sign in to comment.