aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/unittest/junit.h
diff options
context:
space:
mode:
authornkozlovskiy <nmk@ydb.tech>2023-05-26 19:08:57 +0300
committernkozlovskiy <nmk@ydb.tech>2023-05-26 19:08:57 +0300
commit08ab69adc6a4958ba226238d3a2f8213bcdbec3d (patch)
tree178dd471f30f83fb3dfdf11104fb6fb0ee4a56f7 /library/cpp/testing/unittest/junit.h
parente3e0373359a0ec0b7d3b4fd2fda3b4248e771ebb (diff)
downloadydb-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.h2
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 {