summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-xscripts/TestUtil.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py
index 270c0ab54e6..07345228744 100755
--- a/scripts/TestUtil.py
+++ b/scripts/TestUtil.py
@@ -1843,8 +1843,8 @@ def runTests(start, expanded, num = 0, script = False):
continue
if args.find("compact") != -1 and \
- ("nocompact" in config or
- args.find("ssl") != -1
+ ("nocompact" in config or \
+ args.find("ssl") != -1 \
args.find("compress") != -1):
print("%s*** test not supported with Compact Framework%s" % (prefix, suffix))
continue