Commit 9324755c authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

add set -x to prepare_instrumentation.sh

parent 2b1e3d83
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -90,6 +90,8 @@ if ! (coan_exists || cppp_exists); then
    exit -1
fi

set -x # echo commands before running

targetdir=c-code_instrument

currdir=$(pwd)