From 69c67efa8b3e9c87703bf99c3ecda5e9f0eb8168 Mon Sep 17 00:00:00 2001
From: Scott Snyder <scott.snyder@cern.ch>
Date: Thu, 23 Jun 2016 13:28:55 +0200
Subject: [PATCH] 'Generalize a bit the pattern for StoreGate INFO messages
 changing to VERBOSE.' (TestTools-00-07-39)

	* Tagging TestTools-00-07-39.
	* share/post.sh: Generalize a bit the pattern for StoreGate INFO
	messages changing to VERBOSE.


Former-commit-id: c41b5db61b5988f14ecbb22d4c204be96c486215
---
 AtlasTest/TestTools/share/post.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/AtlasTest/TestTools/share/post.sh b/AtlasTest/TestTools/share/post.sh
index 4ea009d7ea35d..6e3c61170213d 100755
--- a/AtlasTest/TestTools/share/post.sh
+++ b/AtlasTest/TestTools/share/post.sh
@@ -146,7 +146,7 @@ PP="$PP"'|^ConditionStore +INFO Stop ConditionStore'
 PP="$PP"'|DEBUG input handles:|DEBUG output handles:|DEBUG Data Deps for|DEBUG Property update for OutputLevel :|-ExtraInputs |-ExtraOutputs |-Cardinality |-IsClonable |-NeededResources |-Timeline '
 
 # StoreGate INFO messages changed to VERBOSE
-PP="$PP"'|^StoreGateSvc +(INFO|VERBOSE) (Stop|stop|Start)'
+PP="$PP"'|^(StoreGateSvc|[^ ]+Store) +(INFO|VERBOSE) (Stop|stop|Start)'
 
 
 if [ "$extrapatterns" != "" ]; then
-- 
GitLab