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 16:45:31 +0000
commit857e5a3a1cd18a8779a31a8170cd68abb50a0744 (patch)
tree0d52e8e055698665965bfc21b89a594fdd4876ac
parent62db2be51b3bb972b137a01e5d9dd1c833036780 (diff)
downloadmongo-857e5a3a1cd18a8779a31a8170cd68abb50a0744.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 1023ae3afcf..d34cb3a7754 100644
--- a/src/mongo/db/SConscript
+++ b/src/mongo/db/SConscript
@@ -1823,7 +1823,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',
@@ -1948,7 +1948,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',