diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-11-15 15:00:24 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-11-15 15:00:24 +0000 |
commit | bb7f036a12f1095d6bb666b8303c69ac59b8a051 (patch) | |
tree | 187e9d8c87f148a247b50c098f0759f0ac73fb5c /cpp/test/IceGrid/deployer/run.py | |
parent | version fixes (diff) | |
download | ice-bb7f036a12f1095d6bb666b8303c69ac59b8a051.tar.bz2 ice-bb7f036a12f1095d6bb666b8303c69ac59b8a051.tar.xz ice-bb7f036a12f1095d6bb666b8303c69ac59b8a051.zip |
Bug 629
Diffstat (limited to 'cpp/test/IceGrid/deployer/run.py')
-rwxr-xr-x | cpp/test/IceGrid/deployer/run.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/test/IceGrid/deployer/run.py b/cpp/test/IceGrid/deployer/run.py index cfd7025d0e9..76e6d2c76cd 100755 --- a/cpp/test/IceGrid/deployer/run.py +++ b/cpp/test/IceGrid/deployer/run.py @@ -32,6 +32,11 @@ else: os.environ["LD_LIBRARY_PATH"] = testdir + ":" + os.getenv("LD_LIBRARY_PATH", "") os.environ["LD_LIBRARY_PATH_64"] = testdir + ":" + os.getenv("LD_LIBRARY_PATH_64", "") +if TestUtil.isWin32() and os.path.exists(os.path.join(toplevel, "bin", "iceboxd.exe")): + useIceboxd = 1 +else: + useIceboxd = 0 + # # Start the client. # |