From f5a679b68e743da32739777b3d1ba5bf45d761f4 Mon Sep 17 00:00:00 2001
From: scott snyder <scott.snyder@cern.ch>
Date: Tue, 12 Sep 2017 14:54:01 +0200
Subject: [PATCH] DataModelRunTests: A few more patterns to ignore.

Ignore a couple messages that depend on environment settings.


Former-commit-id: 6325b6d0978ea53f2077cab20253c7f2a8a2fd90
---
 Control/DataModelTest/DataModelRunTests/test/post.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Control/DataModelTest/DataModelRunTests/test/post.sh b/Control/DataModelTest/DataModelRunTests/test/post.sh
index a84216b2d68..e09fa14bed2 100755
--- a/Control/DataModelTest/DataModelRunTests/test/post.sh
+++ b/Control/DataModelTest/DataModelRunTests/test/post.sh
@@ -198,6 +198,9 @@ PP="$PP"'|db-read|read from COOL|ReadTime:'
 # EventInfoMgtInit
 PP="$PP"'|Got release version'
 
+# Messages depending on environment settings.
+PP="$PP"'|COOL_DISABLE_CORALCONNECTION|INFO Cache alignment'
+
 
 test=$1
 if [ -z "$testStatus" ]; then
-- 
GitLab