Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
atlas
athena
Commits
665d5950
Commit
665d5950
authored
Feb 21, 2020
by
Rafal Bielski
Browse files
Exclude PID from RegTest pattern for athenaHLT
parent
ac28b5e0
Changes
1
Show whitespace changes
Inline
Side-by-side
Trigger/TrigValidation/TrigValTools/python/TrigValSteering/CheckSteps.py
View file @
665d5950
...
...
@@ -689,7 +689,7 @@ def default_check_steps(test):
if
log_to_check
is
not
None
:
regtest
.
input_base_name
=
os
.
path
.
splitext
(
log_to_check
)[
0
]
if
'athenaHLT'
in
step_types
:
regtest
.
regex
=
r
'(?:HltEventLoopMgr(?!.*athenaHLT-)|REGTEST)'
regtest
.
regex
=
r
'(?:HltEventLoopMgr(?!.*athenaHLT-)
(?!.*DF_Pid)
|REGTEST)'
check_steps
.
append
(
regtest
)
# Tail (probably not so useful these days)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment