Skip to content
Snippets Groups Projects

Fix BStoESD test in 21.3 grid test (ATR-14240)

Merged Julie Kirk requested to merge hartj/athena:21.3-BStest into 21.3
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -25,7 +25,7 @@ export EVENTS="100"
export JOBOPTION="TrigAnalysisTest/testAthenaTrigRDOtoBS.py"
source exec_athena_art_trigger_validation.sh
athena.py -c "jp.AthenaCommonFlags.BSRDOInput=['raw.data']" TrigAnalysisTest/testAthenaTrigBStoESD.py | tee ${JOB_LOG%%.*}.BStoESD.${JOB_LOG#*.}
athena.py -c "jp.AthenaCommonFlags.BSRDOInput=['raw.data']" TrigAnalysisTest/testAthenaTrigBStoESD.py | tee ${JOB_LOG%%.*}.${JOB_LOG#*.}
echo "art-result: ${PIPESTATUS[0]} athena.BStoESD"
source exec_art_triggertest_post.sh
Loading