summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SConstruct4
1 files changed, 4 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index f022009e937..5358435b669 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1393,6 +1393,10 @@ testEnv.AlwaysBuild( "addMongodReqNoJsTargets" )
testEnv.Alias( "smokeAllNoJs", [ "smoke", "mongosTest", "addMongodReqNoJsTargets" ] )
testEnv.AlwaysBuild( "smokeAllNoJs" )
+
+testEnv.Alias( "smokeReplSets", [] )
+testEnv.AlwaysBuild( "smokeReplSets" )
+
import atexit
atexit.register( stopMongodForTests )