Commit 653d50ab authored by Kevin Bi's avatar Kevin Bi
Browse files

"Made fl-scripts to only hold the scripts related to tacoco"

parent 9b1a5327
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
#!/bin/bash

rm cp.txt jacoco.exec *.json
rm -r target/

fl-scripts/run-gzoltar

deleted100755 → 0
+0 −11
Original line number Diff line number Diff line
#!/bin/bash

#java -jar com.gzoltar-0.0.10-jar-with-dependencies.jar <project directory> <packages to instrument or test packages to execute (separated by ',')> <class path: bin/target directory, librabries, etc (separated by ':')>

# $1 command line argument corresponds to project directory
# $2 command line argument corresponds to packages to instrument
# $3 command line argument corresponds class path

java -jar ../lib/com.gzoltar-0.0.11-jar-with-dependencies.jar $1 $2 $3