summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
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)