diff options
author | Matthew Newhook <matthew@zeroc.com> | 2015-04-24 13:36:06 -0230 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2015-04-24 13:36:06 -0230 |
commit | 829969f70ec48bb2758d03a073da5f93ccb897cd (patch) | |
tree | acde255366144fdce3166a815c63ab3d8a11eb3d /scripts/TestUtil.py | |
parent | Update js npmignore files (diff) | |
download | ice-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-x | scripts/TestUtil.py | 2 |
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 # |