summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Shchatko <mikhail.shchatko@mongodb.com>2020-10-16 16:52:37 +0300
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-10-16 15:29:54 +0000
commit1e68617f9f9716d9235086ee8967bf597d5f6199 (patch)
tree8c910c5af77f09937a473fdfd3e8908d71ad771a
parent69067887cb295671a21c359776e047e6e562af00 (diff)
downloadmongo-1e68617f9f9716d9235086ee8967bf597d5f6199.tar.gz
SERVER-50852 Rename to follow *_test pattern
-rw-r--r--src/mongo/db/SConscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/SConscript b/src/mongo/db/SConscript
index 957a3f9e982..5396676a42d 100644
--- a/src/mongo/db/SConscript
+++ b/src/mongo/db/SConscript
@@ -2224,7 +2224,7 @@ envWithAsio = env.Clone()
envWithAsio.InjectThirdParty(libraries=['asio'])
envWithAsio.CppUnitTest(
- target='db_unittests',
+ target='db_unittest_test',
source=[
'catalog_raii_test.cpp',
'collection_index_usage_tracker_test.cpp',
@@ -2356,7 +2356,7 @@ envWithAsio.CppUnitTest(
# globally alters the state of the system to be in config server
# mode. The other tests are not compatible with that setting.
envWithAsio.CppUnitTest(
- target='db_unittests_with_config_server_test_fixture',
+ target='db_unittest_with_config_server_test_fixture_test',
source=[
'key_generator_update_test.cpp',
'keys_collection_cache_test.cpp',