summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index c2399fc7c81..b972f24f467 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1238,7 +1238,7 @@ if not onlyServer and not noshell:
addSmoketest("smokeJsSlowNightly", [add_exe("mongo")])
addSmoketest("smokeJsSlowWeekly", [add_exe("mongo")])
addSmoketest( "smokeQuota", [ "mongo" ] )
- addSmoketest( "smokeTool", [ add_exe( "mongo" ) ] )
+ addSmoketest( "smokeTool", [ add_exe( "mongo" ), add_exe("mongod"), "tools" ] )
# Note: although the test running logic has been moved to
# buildscripts/smoke.py, the interface to running the tests has been