summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',