0
0
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:
Mathias Stearn 2010-12-09 17:08:40 -05:00
parent cde5c05c09
commit 3469206c4b

View File

@ -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