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 4bf307c8feb..831d864a582 100644 --- a/buildscripts/bypass_compile_and_fetch_binaries.py +++ b/buildscripts/bypass_compile_and_fetch_binaries.py @@ -269,6 +269,7 @@ def main(): # pylint: disable=too-many-locals,too-many-statements extract_files = [ executable_name("dbtest"), executable_name("mongobridge"), + executable_name("mongoebench"), executable_name("mongoed"), "build/integration_tests.txt", ] |