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

Actually run gaudirun :-)

parent 5b9de7ee
No related branches found
No related tags found
1 merge request!80Single simulation test on standard reconstruction
This commit is part of merge request !80. Comments created here will be created in the context of that merge request.
...@@ -28,6 +28,7 @@ for rec in options/*.py ; do ...@@ -28,6 +28,7 @@ for rec in options/*.py ; do
unset tag unset tag
[[ $(basename ${rec} .py) =~ (.*)\.(.*) ]] && tag=".${BASH_REMATCH[2]}" [[ $(basename ${rec} .py) =~ (.*)\.(.*) ]] && tag=".${BASH_REMATCH[2]}"
JUGGLER_REC_FILE=${JUGGLER_REC_FILE/.root/${tag:-}.root} \ JUGGLER_REC_FILE=${JUGGLER_REC_FILE/.root/${tag:-}.root} \
gaudirun.py ${rec}
if [[ "$?" -ne "0" ]] ; then if [[ "$?" -ne "0" ]] ; then
echo "ERROR running juggler" echo "ERROR running juggler"
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