summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-05-26 12:41:04 -0400
committerEliot Horowitz <eliot@10gen.com>2010-05-26 12:41:04 -0400
commit8e4612979e382e7a6cb54a82dcaa88cfba36254e (patch)
treee6123a8d9bfd47102a44e152903f129ea8ff56c4
parentffd977a64c24ef880e894d3dd31dd824765dec85 (diff)
parente58f0f9c8ffe4500696656f47ba8da0ad7b15ba5 (diff)
downloadmongo-8e4612979e382e7a6cb54a82dcaa88cfba36254e.tar.gz
Merge branch 'master' of github.com:mongodb/mongo
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index ad38a0a78bd..c196c35a43c 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1369,7 +1369,7 @@ testEnv.AlwaysBuild( "startMongodSmallOplog" );
testEnv.SideEffect( "dummySmokeSideEffect", "startMongodSmallOplog" )
def addMongodReqTargets( env, target, source ):
- mongodReqTargets = [ "smokeClient", "smokeJs", "smokeQuota" ]
+ mongodReqTargets = [ "smokeClient", "smokeJs" ]
for target in mongodReqTargets:
testEnv.Depends( target, "startMongod" )
testEnv.Depends( "smokeAll", target )