Commit afc2b741 authored by Kevin Bi's avatar Kevin Bi
Browse files

"Forgot to add this on the last commit, updated header for this script"

parent bf83afbb
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
#!/bin/bash

# This script runs tacoco, the command line arg are as follows:
# NOTE how there are no ending forward slashes at the end of the paths
# $1 command line argument refers to absolute class path of the dir under test
# $2 command line argument refers to absolute class path of the tacoco dir
# run as ./run-tacoco absolute/path/of/your/project/root absolute/path/of/tacoco/root
# note how there are no ending forward slashes at the end of the paths

cd $1
mvn dependency:build-classpath -Dmdep.outputFile="cp.txt"