Skip to content
Snippets Groups Projects

TriggerTest: no longer require counts to match the ref in test_trig_mc_v1DevHI_build

Merged Bertrand Martin Dit Latour requested to merge martindl/athena:main_HItest_noref into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -32,7 +32,7 @@ refcomp = CheckSteps.ChainCompStep("CountRefComp")
refcomp.input_file = 'ref_mc_v1DevHI_build.new'
refcomp.args += ' --patch'
refcomp.reference_from_release = True # installed from TriggerTest/share
refcomp.required = True # Final exit code depends on this step
refcomp.required = False # Final exit code doesn't depend on this step (disabled in the main branch only)
CheckSteps.add_step_after_type(test.check_steps, CheckSteps.ChainDumpStep, refcomp)
import sys
Loading