mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 01:21:03 +01:00
give smokeTool correct dependencies
This commit is contained in:
parent
cde5c05c09
commit
3469206c4b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user