Skip to content
Snippets Groups Projects
Commit 9324788b authored by scott snyder's avatar scott snyder
Browse files

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

Ignore some messages from new-style job configuration.



Former-commit-id: f61a8ec7
parent 47230be8
No related branches found
No related tags found
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