Execute cliargs script before running tests
This commit is contained in:
parent
ec50e5272b
commit
e6230a3644
6 changed files with 23 additions and 13 deletions
7
scripts/cliargs.sh
Executable file
7
scripts/cliargs.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
java -cp "lib/test/*" org.pitest.mutationtest.commandline.MutationCoverageReport --help |\
|
||||
grep "^.*--.*" |\
|
||||
sed -e "s/\* --/--/" -e "s/ .*//" |\
|
||||
sort |\
|
||||
sed -e '/testPlugin/d' -e '/--help/d' -e '/---/d' > src/test/resources/pitest-args.txt
|
Loading…
Add table
Add a link
Reference in a new issue