From 829969f70ec48bb2758d03a073da5f93ccb897cd Mon Sep 17 00:00:00 2001 From: Matthew Newhook Date: Fri, 24 Apr 2015 13:36:06 -0230 Subject: Fix for testing under 32 bit windows builds. Fixed OPTIMIZE=yes by default. --- scripts/TestUtil.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/TestUtil.py') 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 # -- cgit v1.2.3