Execute cliargs script before running tests
This commit is contained in:
parent
7aa0319d4d
commit
aa6d6a70b0
6 changed files with 31 additions and 21 deletions
6
scripts/cliargs.sh
Executable file
6
scripts/cliargs.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
java -cp "lib/test/*" com.puppycrawl.tools.checkstyle.Main --help |\
|
||||
grep "^ -.*" |\
|
||||
sed -e "s/ -/-/" -e "s/[,=].*//" -e '/-V/d' -e '/-h/d' |\
|
||||
sort > "src/test/resources/checkstyle-args.txt"
|
Loading…
Add table
Add a link
Reference in a new issue