summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2019-03-06 12:29:19 -0500
committerAndrew Morrow <acm@mongodb.com>2019-03-07 16:00:24 -0500
commitef8733f4255d1e1f9b58888088d523373b51daf0 (patch)
tree1d0a8372f5a6e66af9f6368fe542f6ac5932669a /buildscripts
parent86c1120002b6f28183f024f373ecc58123624a46 (diff)
downloadmongo-ef8733f4255d1e1f9b58888088d523373b51daf0.tar.gz
SERVER-39986 Don't build the dbtest binary as part of the compile phase
Diffstat (limited to 'buildscripts')
-rwxr-xr-x[-rw-r--r--]buildscripts/bypass_compile_and_fetch_binaries.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildscripts/bypass_compile_and_fetch_binaries.py b/buildscripts/bypass_compile_and_fetch_binaries.py
index 098fbb13c28..e1a7f15be63 100644..100755
--- a/buildscripts/bypass_compile_and_fetch_binaries.py
+++ b/buildscripts/bypass_compile_and_fetch_binaries.py
@@ -267,7 +267,6 @@ def main(): # pylint: disable=too-many-locals,too-many-statements
# Need to extract certain files from the pre-existing artifacts.tgz.
extract_files = [
- executable_name("dbtest"),
executable_name("mongobridge"),
executable_name("mongoebench"),
executable_name("mongoed"),