diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-11-30 16:55:36 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-11-30 16:55:36 +0000 |
commit | e80dae17fec74e1783750e98de25926e5b1eeadd (patch) | |
tree | e92132ca824885cb2abfbbd1cf947f35d0e99c50 | |
parent | Fixed compile error (diff) | |
download | ice-e80dae17fec74e1783750e98de25926e5b1eeadd.tar.bz2 ice-e80dae17fec74e1783750e98de25926e5b1eeadd.tar.xz ice-e80dae17fec74e1783750e98de25926e5b1eeadd.zip |
Enable warning
-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." |