summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2011-12-30 22:00:49 +0100
committerJose <jose@zeroc.com>2011-12-30 22:00:49 +0100
commit660b7e740f5931bdc416e734cda193ce362e0c71 (patch)
tree342871d8919bfdce2c274009b142179c88613d4b /scripts/TestUtil.py
parentICE-4760 - slice2cpp unused generate global op names for local interfaces (diff)
downloadice-660b7e740f5931bdc416e734cda193ce362e0c71.tar.bz2
ice-660b7e740f5931bdc416e734cda193ce362e0c71.tar.xz
ice-660b7e740f5931bdc416e734cda193ce362e0c71.zip
minor test script fixes
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 e02da06bde7..a20218479b0 100755
--- a/scripts/TestUtil.py
+++ b/scripts/TestUtil.py
@@ -984,7 +984,7 @@ def getQtSqlOptions(prefix, dataDir = None):
options += sqlHost
options += ' --' + prefix+ '.SQL.Port='
- if sqlPassword != None:
+ if sqlPort != None:
options += sqlPort
options += ' --' + prefix+ '.SQL.UserName='