Commit 9b1a5327 authored by Kevin Bi's avatar Kevin Bi
Browse files

"Removed tacoco files from scripts, since tacoco dir has a scripts dir, changed name to gzoltar"

parent 264e183f
Loading
Loading
Loading
Loading

gzoltar/run-gzoltar

0 → 100755
+11 −0
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