summaryrefslogtreecommitdiff
path: root/SConscript.smoke
diff options
context:
space:
mode:
authorDan Crosta <dcrosta@10gen.com>2012-02-23 23:55:02 -0500
committerDan Crosta <dcrosta@10gen.com>2012-02-23 23:56:11 -0500
commitd603bf761880e88872f56ff5f3001cf832b4f1f3 (patch)
tree34ff47f0b60a32a1efbc04f53de73370931145bd /SConscript.smoke
parentfe8cd5a9829aafa51e177b2bebf835c6b23f0021 (diff)
downloadmongo-d603bf761880e88872f56ff5f3001cf832b4f1f3.tar.gz
BUILDBOT-95 run_smoke_command takes separate args, not one big string
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 95843d97df4..a4e0de32db9 100644
--- a/SConscript.smoke
+++ b/SConscript.smoke
@@ -78,7 +78,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" ) ] )
- smokeEnv.Alias( "smokeFailingTests", [ add_exe( "mongo" ), add_exe( "mongod" ) ], utils.run_smoke_command('--only-old-fails --continue-on-failure') )
+ smokeEnv.Alias( "smokeFailingTests", [ add_exe( "mongo" ), add_exe( "mongod" ) ], utils.run_smoke_command('--only-old-fails', '--continue-on-failure') )
smokeEnv.Alias( "smokeResetFails", [ add_exe( "mongo" ), add_exe( "mongod" ) ], utils.run_smoke_command('--reset-old-fails') )
# Note: although the test running logic has been moved to