Skip to content
Snippets Groups Projects
Commit 3b1223bc authored by Marian Stahl's avatar Marian Stahl Committed by gwan
Browse files

follow LHCb!4176

parent 2524e6f2
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ from Moore.qmtest.exclusions import ref_preprocessor
remove_output = RegexpReplacer(
when="LHCb__MDFWriter",
orig=r' Output:file[^ ]+',
orig=r' Output:[^ ]+',
repl=r'')
validateWithReference(preproc=ref_preprocessor + remove_output)
......
......@@ -25,7 +25,7 @@ from Moore.qmtest.exclusions import ref_preprocessor
remove_output = RegexpReplacer(
when="LHCb__MDFWriter",
orig=r' (Output:file[^ ]+|Size:.+)',
orig=r' (Output:[^ ]+|Size:.+)',
repl=r'')
validateWithReference(preproc=ref_preprocessor + remove_output)
......
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