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

fix: don't compile analysis (since fails)

parent 128fa665
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !187. Comments created here will be created in the context of that merge request.
......@@ -4,7 +4,7 @@ source $(dirname $0)/common.sh $*
# Analyze
/usr/bin/time -v \
root -l -b -q "benchmarks/single/analysis/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