diff options
author | Bernard Normier <bernard@zeroc.com> | 2016-05-05 10:05:01 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2016-05-05 10:05:01 -0400 |
commit | db2b477d68fa10dc20e80b0d3a0792436221f045 (patch) | |
tree | 81e4a4fa87e83d12cc4407533d2089d43de34c09 /scripts/TestUtil.py | |
parent | Fixed typo (diff) | |
download | ice-db2b477d68fa10dc20e80b0d3a0792436221f045.tar.bz2 ice-db2b477d68fa10dc20e80b0d3a0792436221f045.tar.xz ice-db2b477d68fa10dc20e80b0d3a0792436221f045.zip |
Added iceboxadmin++11
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py index 65ee2a1dfe3..3a7823196aa 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -838,16 +838,12 @@ def getIceBox(): return iceBox def getIceBoxAdmin(): - # - # Get and return the path of the IceBoxAdmin executable - # + lang = getDefaultMapping() if lang == "java": iceBoxAdmin = "IceBox.Admin" else: - return getIceExe("iceboxadmin") - iceBoxAdmin = "iceboxadmin" - + iceBoxAdmin = string.replace(getIceBox(), "icebox", "iceboxadmin") return iceBoxAdmin def getIceGridAdmin(): |