diff options
author | Mathew Robinson <mathew.robinson@mongodb.com> | 2020-01-06 19:53:40 +0000 |
---|---|---|
committer | evergreen <evergreen@mongodb.com> | 2020-01-06 19:53:40 +0000 |
commit | 77fd09b418ce6f782eb6cf30568270aa76485d38 (patch) | |
tree | 5f38855ae25567d818377c360558b8af5ff94887 /src/mongo/db/ftdc | |
parent | d0671dc95e8144d5828343f7431715537945425b (diff) | |
download | mongo-77fd09b418ce6f782eb6cf30568270aa76485d38.tar.gz |
Revert "SERVER-44947 Allow test execution selection by test source file name"
Diffstat (limited to 'src/mongo/db/ftdc')
-rw-r--r-- | src/mongo/db/ftdc/SConscript | 2 | ||||
-rw-r--r-- | src/mongo/db/ftdc/util_test.cpp (renamed from src/mongo/db/ftdc/ftdc_util_test.cpp) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/ftdc/SConscript b/src/mongo/db/ftdc/SConscript index 0e165ac38c1..fbe7aa01fea 100644 --- a/src/mongo/db/ftdc/SConscript +++ b/src/mongo/db/ftdc/SConscript @@ -99,7 +99,7 @@ env.CppUnitTest( 'file_manager_test.cpp', 'file_writer_test.cpp', 'ftdc_test.cpp', - 'ftdc_util_test.cpp', + 'util_test.cpp', 'varint_test.cpp', ], LIBDEPS=[ diff --git a/src/mongo/db/ftdc/ftdc_util_test.cpp b/src/mongo/db/ftdc/util_test.cpp index b50d7fa8dc1..b50d7fa8dc1 100644 --- a/src/mongo/db/ftdc/ftdc_util_test.cpp +++ b/src/mongo/db/ftdc/util_test.cpp |