Skip to content
Snippets Groups Projects
Commit e45f6a96 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'empty_menu_mc' into 'master'

Rename L1Sim test to indicate MC and empty menu

See merge request atlas/athena!23316
parents 5e923653 df438af1
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
# art-description: athenaMT trigger test on MC running only L1 simulation algorithms # art-description: athenaMT trigger test on MC running L1 simulation and no HLT menu
# art-type: build # art-type: build
# art-include: master/Athena # art-include: master/Athena
# art-output: *.log # art-output: *.log
...@@ -11,8 +11,8 @@ export EVENTS=10 ...@@ -11,8 +11,8 @@ export EVENTS=10
export THREADS=1 export THREADS=1
export SLOTS=1 export SLOTS=1
export INPUT="run2mc_ttbar" export INPUT="run2mc_ttbar"
export JOBOPTION="TrigUpgradeTest/testHLT_MT.py" export JOBOPTION="TrigUpgradeTest/full_menu.py"
export EXTRA="doL1Sim=True" export EXTRA="doL1Sim=True;doEmptyMenu=True"
# This test doesn't produce any output useful for RegTest, so do a dummy reference comparison # This test doesn't produce any output useful for RegTest, so do a dummy reference comparison
export REGTESTEXP="leaving with code" export REGTESTEXP="leaving with code"
......
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