diff options
-rw-r--r-- | SConstruct | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index 5358435b669..27e7289cf6f 100644 --- a/SConstruct +++ b/SConstruct @@ -1307,11 +1307,13 @@ if not onlyServer and not noshell: addSmoketest( "smokeSharding", [ "mongo", "mongod", "mongos" ], [ jsDirTestSpec( "sharding" ) ] ) addSmoketest( "smokeJsPerf", [ "mongo" ], runShellTest ) addSmoketest("smokeJsSlow", [add_exe("mongo")], runShellTest) - addSmoketest("smokeJsSlowNightly", [add_exe("mongo")], runShellTest) addSmoketest("smokeJsSlowWeekly", [add_exe("mongo")], runShellTest) addSmoketest( "smokeQuota", [ "mongo" ], runShellTest ) addSmoketest( "smokeTool", [ add_exe( "mongo" ) ], [ jsDirTestSpec( "tool" ) ] ) +env.Alias("smokeJsSlowNightly","stdafx.cpp") + + mongodForTests = None mongodForTestsPort = "27017" |