Commit 226902a8 authored by Kevin Bi's avatar Kevin Bi
Browse files

"Combined the package structure for the scripts, made the corresponding changes"

parent db309418
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,6 +5,6 @@
# $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 
java -jar ../../lib/com.gzoltar-0.0.11-jar-with-dependencies.jar $1 $2 $3 

+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
# This script removes the files that the run-tacoco and clean-tacoco scripts create
# the user should re-compile the tacoco dir after cleaning; mvn compile or mvn clean package

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