From 9324788bfd2f999fc65db879331e4188c627ad68 Mon Sep 17 00:00:00 2001
From: scott snyder <snyder@bnl.gov>
Date: Mon, 10 Dec 2018 22:10:26 +0100
Subject: [PATCH] TestTools: Ignore some messages from new-style job
 configuration.

Ignore some messages from new-style job configuration.



Former-commit-id: f61a8ec79ad2e3b86e927bce7c627b905a079f56
---
 AtlasTest/TestTools/share/post.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/AtlasTest/TestTools/share/post.sh b/AtlasTest/TestTools/share/post.sh
index 1cae95b38bc..aa1e079d26a 100755
--- a/AtlasTest/TestTools/share/post.sh
+++ b/AtlasTest/TestTools/share/post.sh
@@ -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"
-- 
GitLab