Skip to content
Snippets Groups Projects

TestTools: Ignore messages relating to EventInfoCnvAlg.

Merged Scott Snyder requested to merge ssnyder/athena:eiCnv.TestTools-20190211 into master
1 file
+ 4
1
Compare changes
  • Side-by-side
  • Inline
#!/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
Loading