diff options
author | Nathan Brown <nathan.brown@10gen.com> | 2019-05-31 18:03:18 -0400 |
---|---|---|
committer | Nathan Brown <nathan.brown@10gen.com> | 2019-06-07 16:32:48 -0400 |
commit | c69e513070d03c0ed7a3a32047b39885fa5464c6 (patch) | |
tree | 1987f7a8af7c9f9e1ec92cac2b8483cc4e4c0e94 /src/mongo/dbtests/dbtests.cpp | |
parent | 06bf03568dc44fd53485fcf3a955c7faa8252fe7 (diff) | |
download | mongo-c69e513070d03c0ed7a3a32047b39885fa5464c6.tar.gz |
SERVER-18463 Remove StartupTest infrastructure, place StartupTests into
unittests
Diffstat (limited to 'src/mongo/dbtests/dbtests.cpp')
-rw-r--r-- | src/mongo/dbtests/dbtests.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/dbtests/dbtests.cpp b/src/mongo/dbtests/dbtests.cpp index 3a16b947f98..1fefee04e74 100644 --- a/src/mongo/dbtests/dbtests.cpp +++ b/src/mongo/dbtests/dbtests.cpp @@ -58,7 +58,6 @@ #include "mongo/util/clock_source_mock.h" #include "mongo/util/quick_exit.h" #include "mongo/util/signal_handlers_synchronous.h" -#include "mongo/util/startup_test.h" #include "mongo/util/text.h" namespace mongo { @@ -214,7 +213,6 @@ int dbtestsMain(int argc, char** argv, char** envp) { AuthorizationManager::get(service)->setAuthEnabled(false); ScriptEngine::setup(); - StartupTest::runTests(); return mongo::dbtests::runDbTests(argc, argv); } |