Commit 78cecb8e authored by Kevin Bi's avatar Kevin Bi
Browse files

"Made changes to clean-tacoco(to completely reset the tacoco dir), and...

"Made changes to clean-tacoco(to completely reset the tacoco dir), and run-gzoltar(to enable the script to use the Gzoltar jar in the repo lib)"
parent 08161621
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
#!/bin/bash

rm cp.txt jacoco.exec *.json
rm -r target/
+1 −1
Original line number Diff line number Diff line
@@ -6,6 +6,6 @@
# $2 command line argument corresponds to packages to instrument
# $3 command line argument corresponds class path

java -jar /homes/iws/kevinb22/Documents/ExampleProject/com.gzoltar-0.0.11-jar-with-dependencies.jar $1 $2 $3 
java -jar ../lib/com.gzoltar-0.0.11-jar-with-dependencies.jar $1 $2 $3