mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
Add a smokeReplSets target to SConstruct.
This commit is contained in:
parent
c3bab20901
commit
bce9ccd0e7
@ -1311,6 +1311,7 @@ if not onlyServer and not noshell:
|
||||
addSmoketest( "smokeJs", [add_exe("mongo")] )
|
||||
addSmoketest( "smokeClone", [ "mongo", "mongod" ] )
|
||||
addSmoketest( "smokeRepl", [ "mongo", "mongod", "mongobridge" ] )
|
||||
addSmoketest( "smokeReplSets", [ "mongo", "mongod", "mongobridge" ] )
|
||||
addSmoketest( "smokeDisk", [ add_exe( "mongo" ), add_exe( "mongod" ) ] )
|
||||
addSmoketest( "smokeAuth", [ add_exe( "mongo" ), add_exe( "mongod" ) ] )
|
||||
addSmoketest( "smokeParallel", [ add_exe( "mongo" ), add_exe( "mongod" ) ] )
|
||||
|
Loading…
Reference in New Issue
Block a user