summaryrefslogtreecommitdiff
path: root/SConscript.smoke
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2014-04-14 12:31:20 -0400
committerAndrew Morrow <acm@mongodb.com>2014-04-16 09:12:25 -0400
commita475a70e90015e7db726343344c96446133ec9bf (patch)
tree2e0178bf20881498827b3280fcc41a38261bf631 /SConscript.smoke
parent430cd62d0dfd6d29a9b4768422981c7cd9f1e334 (diff)
downloadmongo-a475a70e90015e7db726343344c96446133ec9bf.tar.gz
SERVER-13527 Eliminate unused module tests facility
Diffstat (limited to 'SConscript.smoke')
-rw-r--r--SConscript.smoke1
1 files changed, 0 insertions, 1 deletions
diff --git a/SConscript.smoke b/SConscript.smoke
index ab233477cf2..582e88ff827 100644
--- a/SConscript.smoke
+++ b/SConscript.smoke
@@ -71,7 +71,6 @@ addSmoketest( "smokePerf", [ add_exe("perftest") ] )
addSmoketest( "mongosTest", [ add_exe( 'mongos' ) ])
addSmokeSuite( "smokeCppUnittests", "$UNITTEST_LIST" )
-addSmokeSuite( "smokeModuleTests", "$MODULETEST_LIST" )
# These tests require the mongo shell
if shellEnv is not None: