diff options
author | prettyboy <prettyboy@yandex-team.com> | 2023-10-04 22:30:01 +0300 |
---|---|---|
committer | prettyboy <prettyboy@yandex-team.com> | 2023-10-04 23:40:10 +0300 |
commit | 506c0937db5b51d261b135b42d0b4bd7459a7dec (patch) | |
tree | a39c7d2d9b8835a85117c8a185a5e6b94bfe7ad3 | |
parent | 8d51246644fc7c057734a944d1fb716c2e8ed7e2 (diff) | |
download | ydb-506c0937db5b51d261b135b42d0b4bd7459a7dec.tar.gz |
GTEST_UGLY oblivion
-rw-r--r-- | build/plugins/ytest.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/build/plugins/ytest.py b/build/plugins/ytest.py index 642223fe0b..664539e9d6 100644 --- a/build/plugins/ytest.py +++ b/build/plugins/ytest.py @@ -78,10 +78,6 @@ def validate_test(unit, kw): ("contrib", "mail", "maps", "tools/idl", "metrika", "devtools", "mds", "yandex_io", "smart_devices") ): errors.append("BOOSTTEST is not allowed here") - elif valid_kw.get('SCRIPT-REL-PATH') == 'gtest': - project_path = valid_kw.get('BUILD-FOLDER-PATH', "") - if not project_path.startswith(("contrib", "devtools", "mds")): - errors.append("GTEST_UGLY is not allowed here, use GTEST instead") size_timeout = collections.OrderedDict(sorted(consts.TestSize.DefaultTimeouts.items(), key=lambda t: t[1])) |