summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2018-10-10 11:38:37 -0400
committerMax Hirschhorn <max.hirschhorn@mongodb.com>2018-10-10 11:38:37 -0400
commit6d2dc9439ecff03596db605bb3672c01cf13474d (patch)
tree86960392447d58da7287a8a0f9f3f6c59610f793 /buildscripts
parent0d4e8a8b21b7ba1e765d42feabafa7e835686b08 (diff)
downloadmongo-6d2dc9439ecff03596db605bb3672c01cf13474d.tar.gz
SERVER-37542 Add support for building wt tool through SCons.
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/bypass_compile_and_fetch_binaries.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/bypass_compile_and_fetch_binaries.py b/buildscripts/bypass_compile_and_fetch_binaries.py
index 831d864a582..463bf0a93f1 100644
--- a/buildscripts/bypass_compile_and_fetch_binaries.py
+++ b/buildscripts/bypass_compile_and_fetch_binaries.py
@@ -271,6 +271,7 @@ def main(): # pylint: disable=too-many-locals,too-many-statements
executable_name("mongobridge"),
executable_name("mongoebench"),
executable_name("mongoed"),
+ executable_name("wt"),
"build/integration_tests.txt",
]
with tarfile.open(filename, "r:gz") as tar: