diff options
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 |