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.h | |
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.h')
-rw-r--r-- | library/cpp/testing/unittest/junit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/testing/unittest/junit.h b/library/cpp/testing/unittest/junit.h index 23cb68ee71..1797055877 100644 --- a/library/cpp/testing/unittest/junit.h +++ b/library/cpp/testing/unittest/junit.h @@ -7,7 +7,7 @@ namespace NUnitTest { extern const TString Y_UNITTEST_OUTPUT_CMDLINE_OPTION; -extern const TString Y_UNITTEST_TEST_FILTER_OPTION; +extern const TString Y_UNITTEST_TEST_FILTER_FILE_OPTION; class TJUnitProcessor : public ITestSuiteProcessor { struct TFailure { |