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

fix: back to compiled analysis

parent b3b1a1b2
No related branches found
No related tags found
1 merge request!187feat: ci single matrix job for e/pi, endcapN/barrel/endcapP
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