diff options
author | Andrew Morrow <acm@mongodb.com> | 2014-04-14 12:31:20 -0400 |
---|---|---|
committer | Andrew Morrow <acm@mongodb.com> | 2014-04-16 09:12:25 -0400 |
commit | a475a70e90015e7db726343344c96446133ec9bf (patch) | |
tree | 2e0178bf20881498827b3280fcc41a38261bf631 /SConscript.smoke | |
parent | 430cd62d0dfd6d29a9b4768422981c7cd9f1e334 (diff) | |
download | mongo-a475a70e90015e7db726343344c96446133ec9bf.tar.gz |
SERVER-13527 Eliminate unused module tests facility
Diffstat (limited to 'SConscript.smoke')
-rw-r--r-- | SConscript.smoke | 1 |
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: |