Skip to content
Snippets Groups Projects

Remove xenv references

Merged Wouter Deconinck requested to merge remove-xenv into master
11 files
+ 10
19
Compare changes
  • Side-by-side
  • Inline
Files
11
@@ -120,8 +120,7 @@ mkdir -p results
@@ -120,8 +120,7 @@ mkdir -p results
# Run Juggler
# Run Juggler
FULL_CAL_OPTION_DIR=benchmarks/clustering/options
FULL_CAL_OPTION_DIR=benchmarks/clustering/options
xenv -x ${JUGGLER_INSTALL_PREFIX}/Juggler.xenv \
gaudirun.py ${FULL_CAL_OPTION_DIR}/full_cal_reco.py
gaudirun.py ${FULL_CAL_OPTION_DIR}/full_cal_reco.py
if [[ "$?" -ne "0" ]] ; then
if [[ "$?" -ne "0" ]] ; then
echo "ERROR running digitization (juggler)"
echo "ERROR running digitization (juggler)"
exit 1
exit 1
Loading