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

fix: don't compile analysis (since fails)

parent 494060b6
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 $* ...@@ -4,7 +4,7 @@ source $(dirname $0)/common.sh $*
# Analyze # Analyze
/usr/bin/time -v \ /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 if [[ "$?" -ne "0" ]] ; then
echo "ERROR analysis failed" echo "ERROR analysis failed"
exit 1 exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment