summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2012-08-01 20:40:33 +0200
committerJose <jose@zeroc.com>2012-08-01 20:40:33 +0200
commit957e753a4929a312fe3dc2c7e023a05f5493e7b2 (patch)
tree9dc1a3995391f929bd8be681426c4987daf7d924 /scripts/TestUtil.py
parentMinor fix for Darwin make rules (diff)
downloadice-957e753a4929a312fe3dc2c7e023a05f5493e7b2.tar.bz2
ice-957e753a4929a312fe3dc2c7e023a05f5493e7b2.tar.xz
ice-957e753a4929a312fe3dc2c7e023a05f5493e7b2.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 927818b8f02..b5082289ead 100755
--- a/scripts/TestUtil.py
+++ b/scripts/TestUtil.py
@@ -951,7 +951,7 @@ def getCommandLine(exe, config, options = ""):
props = props + p.strip().replace("--", "")
output.write("/origin:http://localhost?%s" % props)
else:
- if exe.find("IceUtil\\") != -1 or exe.find("IceUtil/"):
+ if exe.find("IceUtil\\") != -1 or exe.find("IceUtil/") != -1:
output.write(' ' + options)
else:
output.write(getCommandLineProperties(exe, config) + ' ' + options)