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 | e1c96c6a1e4b1fb1a05520a729c6f0556849c0ca (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 | |
parent | e544ede09fb143f45c4256121c43bec956edaa5e (diff) | |
download | ydb-e1c96c6a1e4b1fb1a05520a729c6f0556849c0ca.tar.gz |
Restoring authorship annotation for <cverutin@yandex-team.ru>. Commit 2 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 1ed6ace6d5..fa3a47fe16 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()) { |