summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorRobert Guo <robert.guo@10gen.com>2018-01-29 11:14:59 -0500
committerRobert Guo <robert.guo@10gen.com>2018-01-29 11:14:59 -0500
commitcf0403879f925443824a689174fb0698d7b14424 (patch)
tree160df9b0ea491b448077e7c50a9bbbaa0ba2a2b4 /SConstruct
parentc52b05774918f2a69b8878ae63c63984b8d5bcc9 (diff)
downloadmongo-cf0403879f925443824a689174fb0698d7b14424.tar.gz
SERVER-32954 Remove Benchmark from scons' all target temporarily.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 4b6ccd3bd83..e8c2215dbdb 100644
--- a/SConstruct
+++ b/SConstruct
@@ -3275,7 +3275,7 @@ env.SConscript(
variant_dir='$BUILD_DIR',
)
-all = env.Alias('all', ['core', 'tools', 'dbtest', 'unittests', 'integration_tests', 'benchmarks'])
+all = env.Alias('all', ['core', 'tools', 'dbtest', 'unittests', 'integration_tests'])
# run the Dagger tool if it's installed
if should_dagger: