diff options
author | nkozlovskiy <nmk@ydb.tech> | 2023-05-26 19:08:57 +0300 |
---|---|---|
committer | nkozlovskiy <nmk@ydb.tech> | 2023-05-26 19:08:57 +0300 |
commit | 08ab69adc6a4958ba226238d3a2f8213bcdbec3d (patch) | |
tree | 178dd471f30f83fb3dfdf11104fb6fb0ee4a56f7 /library/cpp/testing/unittest/junit.cpp | |
parent | e3e0373359a0ec0b7d3b4fd2fda3b4248e771ebb (diff) | |
download | ydb-08ab69adc6a4958ba226238d3a2f8213bcdbec3d.tar.gz |
rename Y_TEST_FILTER option to Y_UNITTEST_FILTER_FILE
rename Y_TEST_FILTER to Y_UNITTEST_FILTER_FILE, also --test-filter to --filter-file
Diffstat (limited to 'library/cpp/testing/unittest/junit.cpp')
-rw-r--r-- | library/cpp/testing/unittest/junit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/testing/unittest/junit.cpp b/library/cpp/testing/unittest/junit.cpp index 41e571d11f7..6d80a204fff 100644 --- a/library/cpp/testing/unittest/junit.cpp +++ b/library/cpp/testing/unittest/junit.cpp @@ -24,7 +24,7 @@ namespace NUnitTest { extern const TString Y_UNITTEST_OUTPUT_CMDLINE_OPTION = "Y_UNITTEST_OUTPUT"; -extern const TString Y_UNITTEST_TEST_FILTER_OPTION = "Y_TEST_FILTER"; +extern const TString Y_UNITTEST_TEST_FILTER_FILE_OPTION = "Y_UNITTEST_FILTER_FILE"; static bool IsAllowedInXml(wchar32 c) { // https://en.wikipedia.org/wiki/Valid_characters_in_XML |