diff options
author | Jose <jose@zeroc.com> | 2012-02-21 15:12:22 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2012-02-21 15:12:22 +0100 |
commit | a88c32a39e09573d08d5426e50cdb6bff29ad14b (patch) | |
tree | 597ef891b8165bb8458f42e44039d6fb10d002ac /scripts/TestUtil.py | |
parent | ICE-4322 - Use "#pragma once" in Slice files (diff) | |
download | ice-a88c32a39e09573d08d5426e50cdb6bff29ad14b.tar.bz2 ice-a88c32a39e09573d08d5426e50cdb6bff29ad14b.tar.xz ice-a88c32a39e09573d08d5426e50cdb6bff29ad14b.zip |
ICE-4588 - DynamicLibrary & LoadLibraryW
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py index a20218479b0..85b6058810d 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -1609,6 +1609,10 @@ def runTests(start, expanded, num = 0, script = False): print "%s*** test not supported with mono%s" % (prefix, suffix) continue + if args.find("ssl") != -1 and ("nossl" in config): + print "%s*** test not supported with IceSSL%s" % (prefix, suffix) + continue + # If this is java and we're running ipv6 under windows then skip. if isWin32() and i.find(os.path.join("java","test")) != -1 and args.find("ipv6") != -1: print "%s*** test not supported under windows%s" % (prefix, suffix) |