Skip to content
Snippets Groups Projects
Commit 1882ba56 authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'fix-mc16a-test' into 'master'

TrigAnalysisTest: Fix quotes escaping in mc16a test script

Closes ATR-22271

See merge request atlas/athena!37781
parents 85ce306b 7972da51
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ rdo2rdotrig.args = '--inputRDOFile=RDO.pool.root --outputRDO_TRIGFile=RDO_TRIG.p ...@@ -59,7 +59,7 @@ rdo2rdotrig.args = '--inputRDOFile=RDO.pool.root --outputRDO_TRIGFile=RDO_TRIG.p
rdo2rdotrig.args += ' --asetup="RDOtoRDOTrigger:Athena,21.0-mc16a,slc6,latest"' rdo2rdotrig.args += ' --asetup="RDOtoRDOTrigger:Athena,21.0-mc16a,slc6,latest"'
rdo2rdotrig.args += ' --triggerConfig="MCRECO:MC_pp_v6_tight_mc_prescale"' rdo2rdotrig.args += ' --triggerConfig="MCRECO:MC_pp_v6_tight_mc_prescale"'
rdo2rdotrig.args += ' --imf="all:True"' rdo2rdotrig.args += ' --imf="all:True"'
rdo2rdotrig.args += ' --preExec="all:from TriggerJobOpts.TriggerFlags import TriggerFlags; TriggerFlags.run2Config=\"2016\""' rdo2rdotrig.args += ' --preExec="all:from TriggerJobOpts.TriggerFlags import TriggerFlags; TriggerFlags.run2Config=\'2016\'"'
# Clear AthFile cache from r21 because it is incompatible with py3 r22 (ATR-21489) # Clear AthFile cache from r21 because it is incompatible with py3 r22 (ATR-21489)
rm_cache = ExecStep.ExecStep('ClearAthFileCache') rm_cache = ExecStep.ExecStep('ClearAthFileCache')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment