diff options
Diffstat (limited to 'cpp/test/IceGrid/activation/test.py')
-rw-r--r-- | cpp/test/IceGrid/activation/test.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/test/IceGrid/activation/test.py b/cpp/test/IceGrid/activation/test.py index 89e334d3af3..d84f4c874b5 100644 --- a/cpp/test/IceGrid/activation/test.py +++ b/cpp/test/IceGrid/activation/test.py @@ -2,7 +2,8 @@ # # Copyright (c) ZeroC, Inc. All rights reserved. # -outfilters = [re.compile("warning: server activation failed"), +outfilters = [re.compile("cannot find the file specified"), + re.compile("warning: server activation failed"), re.compile("cannot execute"), re.compile("cannot change working directory")] |