diff options
author | cverutin <cverutin@yandex-team.ru> | 2022-02-10 16:50:04 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:04 +0300 |
commit | e544ede09fb143f45c4256121c43bec956edaa5e (patch) | |
tree | 81a5e34fe0a454e6587b85d7382e01a857f9dc6c | |
parent | 7a195c5fd19651ab632fd30a148630ae4d4e1860 (diff) | |
download | ydb-e544ede09fb143f45c4256121c43bec956edaa5e.tar.gz |
Restoring authorship annotation for <cverutin@yandex-team.ru>. Commit 1 of 2.
-rw-r--r-- | library/cpp/testing/common/env.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/testing/common/env.cpp b/library/cpp/testing/common/env.cpp index fa3a47fe16..1ed6ace6d5 100644 --- a/library/cpp/testing/common/env.cpp +++ b/library/cpp/testing/common/env.cpp @@ -44,8 +44,8 @@ TString GetArcadiaTestsData() { TString atdRoot = NPrivate::GetTestEnv().ArcadiaTestsDataDir; if (atdRoot) { return atdRoot; - } - + } + TString path = NPrivate::GetCwd(); const char pathsep = GetDirectorySeparator(); while (!path.empty()) { |