diff options
-rwxr-xr-x | cpp/test/Glacier2/addressFilter/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Glacier2/addressFilter/run.py b/cpp/test/Glacier2/addressFilter/run.py index e62c35a5f6e..db150dda5b3 100755 --- a/cpp/test/Glacier2/addressFilter/run.py +++ b/cpp/test/Glacier2/addressFilter/run.py @@ -188,7 +188,7 @@ if len(testcases) == 0: print " configuration for this host does not permit the other tests " print " to run correctly." sys.exit(0) -elif len(testcases) < 4: +elif len(testcases) < 6: print "WARNING: The network configuration for this host does not permit all " print " tests to run correctly, some tests have been disabled." |