summaryrefslogtreecommitdiff
path: root/SConscript.smoke
diff options
context:
space:
mode:
authorShaun Verch <shaun.verch@10gen.com>2013-10-07 14:21:46 -0400
committerShaun Verch <shaun.verch@10gen.com>2013-10-11 15:53:41 -0400
commit24b6d27d9a00808ece23ba133ea658ef72c8e174 (patch)
treeb587dfd7e95d38c0753aa2cdb45433b30499d03b /SConscript.smoke
parent6cf723b050e87fa6d816ea41a36b3168e6a8aafd (diff)
downloadmongo-24b6d27d9a00808ece23ba133ea658ef72c8e174.tar.gz
SERVER-8682 Add ssl client support to tools
Diffstat (limited to 'SConscript.smoke')
-rw-r--r--SConscript.smoke2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConscript.smoke b/SConscript.smoke
index 77bfd8d71e7..ef16a75162b 100644
--- a/SConscript.smoke
+++ b/SConscript.smoke
@@ -107,7 +107,7 @@ if shellEnv is not None:
addSmoketest( "smokeAggregation", [ add_exe( "mongo" ), add_exe( "mongod" ), add_exe( "mongos" ) ] )
addSmoketest( "smokeMultiVersion", [ add_exe( "mongo" ), add_exe( "mongod" ), add_exe( "mongos" ) ] )
addSmoketest( "smokeFailPoint", [ add_exe( "mongo" ), add_exe( "mongod" ), add_exe( "mongos" ) ] )
- addSmoketest( "smokeSsl", [ add_exe("mongo"), add_exe("mongod"), add_exe("mongos") ],
+ addSmoketest( "smokeSsl", [ add_exe("mongo"), add_exe("mongod"), add_exe("mongos"), "tools" ],
['--use-ssl','--use-x509'] )
addSmoketest( "smokeFailingTests", [ add_exe( "mongo" ), add_exe( "mongod" ) ], ['--only-old-fails', '--continue-on-failure'] )