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/replication/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/replication/run.py')
-rwxr-xr-x | cpp/test/IceGrid/replication/run.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/test/IceGrid/replication/run.py b/cpp/test/IceGrid/replication/run.py index 64899f49529..d29e866a200 100755 --- a/cpp/test/IceGrid/replication/run.py +++ b/cpp/test/IceGrid/replication/run.py @@ -33,6 +33,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 + # # Add locator options for the client and server. Since the server # invokes on the locator it's also considered to be a client. |