summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2014-11-18 20:35:07 +0100
committerJose <jose@zeroc.com>2014-11-18 20:35:07 +0100
commit668fd0411f8d0ea588301c0e660649d6e1047fc1 (patch)
tree05eaac28d9fb080830d030d9d9629cfb5a5630ce /scripts/TestUtil.py
parentICE-5922 Windows source dist IceGridGUI build fail (diff)
downloadice-668fd0411f8d0ea588301c0e660649d6e1047fc1.tar.bz2
ice-668fd0411f8d0ea588301c0e660649d6e1047fc1.tar.xz
ice-668fd0411f8d0ea588301c0e660649d6e1047fc1.zip
TestUtil.py icebox name fix
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-xscripts/TestUtil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py
index b6abdeb6ba3..3af0a6823db 100755
--- a/scripts/TestUtil.py
+++ b/scripts/TestUtil.py
@@ -667,7 +667,7 @@ def getIceBox():
elif type == "release":
iceBox = os.path.join(getCppBinDir(lang), "icebox.exe")
elif isLinux():
- if x86:
+ if x86 or (iceHome == "/usr" and not x64):
if cpp11:
iceBox = os.path.join(getCppBinDir(lang), "icebox32++11")
else: