Skip to content
Snippets Groups Projects
Commit 55b7c753 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'configTest.TestTools-20181213' into 'master'

TestTools: Ignore some messages from new-style job configuration.

See merge request atlas/athena!16726
parents 093199e6 f61a8ec7
No related branches found
No related tags found
No related merge requests found
...@@ -213,6 +213,9 @@ PP="$PP"'|Warning in <TInterpreter::ReadRootmapFile>: enum' ...@@ -213,6 +213,9 @@ PP="$PP"'|Warning in <TInterpreter::ReadRootmapFile>: enum'
# Ignore sourceID message from EventSelector. # Ignore sourceID message from EventSelector.
PP="$PP"'|Disconnecting input sourceID' PP="$PP"'|Disconnecting input sourceID'
# Printouts from new-style job configuration.
PP="$PP"'|Py:ComponentAccumulator +INFO '
PP="$PP"'|^[a-zA-Z0-9.]+ +: [^ ]'
if [ "$extrapatterns" != "" ]; then if [ "$extrapatterns" != "" ]; then
PP="$PP""|$extrapatterns" PP="$PP""|$extrapatterns"
......
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