diff options
author | Jose <jose@zeroc.com> | 2016-11-30 11:10:10 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-11-30 11:10:10 +0100 |
commit | 61a7d9b651a89391339ae1aa7f88de8757bfe728 (patch) | |
tree | fd806011f962e7dc40ef327a396cc0546d4238d5 /cpp/test/IceGrid/session/test.py | |
parent | Use bzip2 from zeroc.ice.net Nuget package with binary dist testing (diff) | |
download | ice-61a7d9b651a89391339ae1aa7f88de8757bfe728.tar.bz2 ice-61a7d9b651a89391339ae1aa7f88de8757bfe728.tar.xz ice-61a7d9b651a89391339ae1aa7f88de8757bfe728.zip |
Fixes to run IceGrid test with Windows bindist in debug mode
Diffstat (limited to 'cpp/test/IceGrid/session/test.py')
-rw-r--r-- | cpp/test/IceGrid/session/test.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/IceGrid/session/test.py b/cpp/test/IceGrid/session/test.py index 40dc66f84b5..e119aab24eb 100644 --- a/cpp/test/IceGrid/session/test.py +++ b/cpp/test/IceGrid/session/test.py @@ -38,13 +38,13 @@ registryProps = { } clientProps = lambda process, current: { - "IceBinDir" : current.testcase.getMapping().getBinDir(None, current), + "IceGridNodeExe" : IceGridNode().getCommandLine(current), "ServerDir" : current.getBuildDir("server"), "TestDir" : "{testdir}", } clientProps10 = lambda process, current: { - "IceBinDir" : current.testcase.getMapping().getBinDir(None, current), + "IceGridNodeExe" : IceGridNode().getCommandLine(current), "ServerDir" : current.getBuildDir("server"), "TestDir" : "{testdir}", "Ice.Default.EncodingVersion" : "1.0" |