diff options
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/bypass_compile_and_fetch_binaries.py | 1 |
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: |