diff options
author | Jose <jose@zeroc.com> | 2009-12-18 02:09:27 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2009-12-18 02:09:27 +0100 |
commit | 65a046a8be30dc5fd9d53b334a651bdc48c3a30b (patch) | |
tree | b2d0027c10e7db6605bfea0335e29c88f3d7505a /cpp/test/IceGrid/fileLock/run.py | |
parent | Bug 4502 - mcpp not compile on Snow Leopard (diff) | |
download | ice-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/test/IceGrid/fileLock/run.py')
-rwxr-xr-x | cpp/test/IceGrid/fileLock/run.py | 2 |
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" |