Skip to content
Snippets Groups Projects

B2taunu with btracking lines

Merged Maarten Van Veghel requested to merge mveghel-b2taunu-btracking into master
Compare and Show latest version
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -26,8 +26,8 @@ from Moore.qmtest.exclusions import remove_known_warnings
countErrorLines({"FATAL": 0, "ERROR": 0, "WARNING": 0},
stdout=remove_known_warnings(stdout))
from Moore.qmtest.exclusions import ref_preprocessor
validateWithReference(preproc=ref_preprocessor)
from Moore.qmtest.exclusions import ref_preprocessor, counter_preprocessor
validateWithReference(preproc = ref_preprocessor, counter_preproc = counter_preprocessor)
# make sure that nobody configures and potentially uses the DetailedMaterialLocator
if 'DetailedMaterialLocator.OutputLevel' in result['job_opts_dump']:
Loading