diff options
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 # |