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

Move analysis macro into analysis directory

parent 403fa6c8
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !80. Comments created here will be created in the context of that merge request.
File moved
......@@ -31,8 +31,7 @@ if [[ "$?" -ne "0" ]] ; then
fi
# Analysis
mkdir -p ${ROOT_BUILD_DIR}/$(realpath benchmarks/single)
root -l -b -q "benchmarks/single/analyze.cxx+(\"${JUGGLER_REC_FILE}\")"
root -l -b -q "benchmarks/single/analysis/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 register or to comment