diff options
author | Jose <jose@zeroc.com> | 2013-08-30 18:15:14 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2013-08-30 18:15:14 +0200 |
commit | 13077ad63f2324cf92ed9fb7acb868c94d96489f (patch) | |
tree | 25e6e59fe500f9afc517ebd992b0bd1d312729cd /scripts/TestUtil.py | |
parent | Added missing SesesionManager.cpp (diff) | |
download | ice-13077ad63f2324cf92ed9fb7acb868c94d96489f.tar.bz2 ice-13077ad63f2324cf92ed9fb7acb868c94d96489f.tar.xz ice-13077ad63f2324cf92ed9fb7acb868c94d96489f.zip |
minor fix to TestUtil.py
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 4 |
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 |