From d90d45c707c0065a2f7f1c6243ab1144913876b4 Mon Sep 17 00:00:00 2001
From: scott snyder <snyder@bnl.gov>
Date: Mon, 11 Feb 2019 16:57:15 +0100
Subject: [PATCH] TestTools: Ignore messages relating to EventInfoCnvAlg.

This may change again, so don't want to just update ref files.
---
 AtlasTest/TestTools/share/post.sh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/AtlasTest/TestTools/share/post.sh b/AtlasTest/TestTools/share/post.sh
index aa1e079d26a3..66f8ff73048f 100755
--- a/AtlasTest/TestTools/share/post.sh
+++ b/AtlasTest/TestTools/share/post.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
+# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
 #
 #/** @file post.sh
 # @brief sh script that check the return code of an executable and compares
@@ -217,6 +217,9 @@ PP="$PP"'|Disconnecting input sourceID'
 PP="$PP"'|Py:ComponentAccumulator +INFO '
 PP="$PP"'|^[a-zA-Z0-9.]+ +: [^ ]'
 
+# xAODMaker::EventInfoCnvAlg
+PP="$PP"'|^xAODMaker::Even.*(WARNING|INFO)'
+
 if [ "$extrapatterns" != "" ]; then
  PP="$PP""|$extrapatterns"
 fi
-- 
GitLab