diff options
author | Jose <jose@zeroc.com> | 2013-08-30 18:16:13 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2013-08-30 18:16:13 +0200 |
commit | 2b2758827903a30ecc24498a9d57d5d5d9d55279 (patch) | |
tree | 1a4cc91a82d578919b548cfca8ccb54186565813 /scripts/TestUtil.py | |
parent | minor fix to TestUtil.py (diff) | |
download | ice-2b2758827903a30ecc24498a9d57d5d5d9d55279.tar.bz2 ice-2b2758827903a30ecc24498a9d57d5d5d9d55279.tar.xz ice-2b2758827903a30ecc24498a9d57d5d5d9d55279.zip |
minor fix to TestUtil.py
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py index 07345228744..f63e1985223 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -1844,7 +1844,7 @@ def runTests(start, expanded, num = 0, script = False): if args.find("compact") != -1 and \ ("nocompact" in config or \ - args.find("ssl") != -1 \ + args.find("ssl") != -1 or \ args.find("compress") != -1): print("%s*** test not supported with Compact Framework%s" % (prefix, suffix)) continue |