diff options
author | Randolph Tan <randolph@10gen.com> | 2012-10-29 15:24:44 -0400 |
---|---|---|
committer | Randolph Tan <randolph@10gen.com> | 2012-10-30 12:20:36 -0400 |
commit | 0f4946ba2d99251e3e3f8d68cfc8e8c99679e475 (patch) | |
tree | e80d5dd75a648c826706aadc27b626872107906c /SConscript.smoke | |
parent | 552ccd85cfc6a5145996a8269eeb8b778d6bcaf8 (diff) | |
download | mongo-0f4946ba2d99251e3e3f8d68cfc8e8c99679e475.tar.gz |
SERVER-7503 Fail point test causing nightly to fail
Make the test run with its own independent configuration
Diffstat (limited to 'SConscript.smoke')
-rw-r--r-- | SConscript.smoke | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SConscript.smoke b/SConscript.smoke index 35b1335fef1..9753a86b1ed 100644 --- a/SConscript.smoke +++ b/SConscript.smoke @@ -100,6 +100,7 @@ if shellEnv is not None: addSmoketest( "smokeTool", [ add_exe( "mongo" ), add_exe("mongod"), add_exe("mongos"), "tools" ] ) 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( "smokeFailingTests", [ add_exe( "mongo" ), add_exe( "mongod" ) ], ['--only-old-fails', '--continue-on-failure'] ) addSmoketest( "smokeResetFails", [ add_exe( "mongo" ), add_exe( "mongod" ) ], ['--reset-old-fails'] ) |