summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/activation/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceGrid/activation/test.py')
-rw-r--r--cpp/test/IceGrid/activation/test.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/test/IceGrid/activation/test.py b/cpp/test/IceGrid/activation/test.py
index 140eefb5dfb..89e334d3af3 100644
--- a/cpp/test/IceGrid/activation/test.py
+++ b/cpp/test/IceGrid/activation/test.py
@@ -2,6 +2,9 @@
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
+outfilters = [re.compile("warning: server activation failed"),
+ re.compile("cannot execute"),
+ re.compile("cannot change working directory")]
if isinstance(platform, Windows) or os.getuid() != 0:
- TestSuite(__file__, [IceGridTestCase()], multihost=False)
+ TestSuite(__file__, [IceGridTestCase(icegridnode=IceGridNode(outfilters=outfilters))], multihost=False)