Skip to content
Snippets Groups Projects
Commit 83894730 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

Former-commit-id: 55b7c753
parents f618f19d 9324788b
No related branches found
Tags nightly/master/2018-12-13T2144
No related merge requests found
......@@ -213,6 +213,9 @@ PP="$PP"'|Warning in <TInterpreter::ReadRootmapFile>: enum'
# Ignore sourceID message from EventSelector.
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
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