summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2009-12-18 02:09:27 +0100
committerJose <jose@zeroc.com>2009-12-18 02:09:27 +0100
commit65a046a8be30dc5fd9d53b334a651bdc48c3a30b (patch)
treeb2d0027c10e7db6605bfea0335e29c88f3d7505a /cpp
parentBug 4502 - mcpp not compile on Snow Leopard (diff)
downloadice-65a046a8be30dc5fd9d53b334a651bdc48c3a30b.tar.bz2
ice-65a046a8be30dc5fd9d53b334a651bdc48c3a30b.tar.xz
ice-65a046a8be30dc5fd9d53b334a651bdc48c3a30b.zip
Minor fix to test/IceGrid/fileLock/run.py (problem with white spaces).
Diffstat (limited to 'cpp')
-rwxr-xr-xcpp/test/IceGrid/fileLock/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceGrid/fileLock/run.py b/cpp/test/IceGrid/fileLock/run.py
index 3f59916a570..4bd266dbf77 100755
--- a/cpp/test/IceGrid/fileLock/run.py
+++ b/cpp/test/IceGrid/fileLock/run.py
@@ -41,7 +41,7 @@ def runIceGridRegistry():
cmd = command + ' ' + TestUtil.getQtSqlOptions('IceGrid') + \
r' --Ice.ProgramName=registry' + \
r' --IceGrid.Registry.Client.Endpoints="default -p ' + str(IceGridAdmin.iceGridPort) + '" ' + \
- r' --IceGrid.Registry.Data=' + dataDir
+ r' --IceGrid.Registry.Data="' + dataDir + '"'
driverConfig = TestUtil.DriverConfig("server")
driverConfig.lang = "cpp"