summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2016-05-05 10:05:01 -0400
committerBernard Normier <bernard@zeroc.com>2016-05-05 10:05:01 -0400
commitdb2b477d68fa10dc20e80b0d3a0792436221f045 (patch)
tree81e4a4fa87e83d12cc4407533d2089d43de34c09 /scripts/TestUtil.py
parentFixed typo (diff)
downloadice-db2b477d68fa10dc20e80b0d3a0792436221f045.tar.bz2
ice-db2b477d68fa10dc20e80b0d3a0792436221f045.tar.xz
ice-db2b477d68fa10dc20e80b0d3a0792436221f045.zip
Added iceboxadmin++11
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-xscripts/TestUtil.py8
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():