Added CLI parameters checks and script
This commit is contained in:
parent
57af36e761
commit
eb917b7cdf
7 changed files with 55 additions and 7 deletions
5
scripts/cliargs.sh
Executable file
5
scripts/cliargs.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
java -jar lib/compile/org.jacoco.cli-*-nodeps.jar report 2> >(grep "^ [<-]") |
|
||||
cut -d' ' -f 2 |
|
||||
sed -e "/help/d" >"src/test/resources/jacoco-args.txt"
|
Loading…
Add table
Add a link
Reference in a new issue