Skip to content
Snippets Groups Projects
Commit d313e554 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

realpath

parent 2cb12e13
No related branches found
No related tags found
No related merge requests found
......@@ -33,8 +33,8 @@ fi
# Analysis
ls -al ${LOCAL_PREFIX}
ls -al ${ROOT_BUILD_DIR} || true
mkdir -p ${ROOT_BUILD_DIR}/benchmarks/single
root -l -b -q "benchmarks/single/analyze.cxx+(\"${JUGGLER_REC_FILE}\")"
mkdir -p ${ROOT_BUILD_DIR}/$(realpath benchmarks/single)
root -l -b -q "benchmarks/single/analyze.cxx(\"${JUGGLER_REC_FILE}\")"
if [[ "$?" -ne "0" ]] ; then
echo "ERROR analysis failed"
exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment