summaryrefslogtreecommitdiff
path: root/buildscripts/bypass_compile_and_fetch_binaries.py
diff options
context:
space:
mode:
authorJonathan Abrahams <jonathan@mongodb.com>2018-05-08 16:19:40 -0400
committerJonathan Abrahams <jonathan@mongodb.com>2018-05-09 08:35:47 -0400
commit4129d16840b66f42b3027df485c026fa7a80b40e (patch)
tree7bb72d0b478e1bdf188b988618d92adcb9ffe6e8 /buildscripts/bypass_compile_and_fetch_binaries.py
parent11a3d5ccb1216da0e84d941fd48e486f72455ba4 (diff)
downloadmongo-4129d16840b66f42b3027df485c026fa7a80b40e.tar.gz
SERVER-34680 - Add mongoe to bypass_compile artifacts tarball
Diffstat (limited to 'buildscripts/bypass_compile_and_fetch_binaries.py')
-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 7c46063a595..9cad905c624 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("mongoe"),
"build/integration_tests.txt",
]
with tarfile.open(filename, "r:gz") as tar: