summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2015-04-24 13:36:06 -0230
committerMatthew Newhook <matthew@zeroc.com>2015-04-24 13:36:06 -0230
commit829969f70ec48bb2758d03a073da5f93ccb897cd (patch)
treeacde255366144fdce3166a815c63ab3d8a11eb3d /scripts/TestUtil.py
parentUpdate js npmignore files (diff)
downloadice-829969f70ec48bb2758d03a073da5f93ccb897cd.tar.bz2
ice-829969f70ec48bb2758d03a073da5f93ccb897cd.tar.xz
ice-829969f70ec48bb2758d03a073da5f93ccb897cd.zip
Fix for testing under 32 bit windows builds.
Fixed OPTIMIZE=yes by default.
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-xscripts/TestUtil.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py
index a175b34b129..2a7003c6ce0 100755
--- a/scripts/TestUtil.py
+++ b/scripts/TestUtil.py
@@ -1823,6 +1823,8 @@ def getTestEnv(lang, testdir):
elif thirdPartyHome:
if x64:
suffix = "x64"
+ else:
+ suffix = ""
#
# Add third party home to PATH, to use db_xx tools
#