summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2013-08-30 18:16:13 +0200
committerJose <jose@zeroc.com>2013-08-30 18:16:13 +0200
commit2b2758827903a30ecc24498a9d57d5d5d9d55279 (patch)
tree1a4cc91a82d578919b548cfca8ccb54186565813 /scripts/TestUtil.py
parentminor fix to TestUtil.py (diff)
downloadice-2b2758827903a30ecc24498a9d57d5d5d9d55279.tar.bz2
ice-2b2758827903a30ecc24498a9d57d5d5d9d55279.tar.xz
ice-2b2758827903a30ecc24498a9d57d5d5d9d55279.zip
minor fix to TestUtil.py
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-xscripts/TestUtil.py2
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