diff options
author | Jose <jose@zeroc.com> | 2020-12-18 20:48:36 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2020-12-18 20:48:36 +0100 |
commit | e845866a042499616f7a26883817bda6b6d3c768 (patch) | |
tree | d3c6afc84e4be3596eabd4b17181a361e9d4dddc /cpp/test/IceGrid/activation/test.py | |
parent | Fixed IceGridGUI bug where service metrics were missing (fixes #1203) (#1204) (diff) | |
download | ice-e845866a042499616f7a26883817bda6b6d3c768.tar.bz2 ice-e845866a042499616f7a26883817bda6b6d3c768.tar.xz ice-e845866a042499616f7a26883817bda6b6d3c768.zip |
Fix sporadic failures with IceGrid/activation test
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")] |