diff options
author | Dmitry Kopylov <[email protected]> | 2022-02-10 16:48:18 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:48:18 +0300 |
commit | 7230275728d34873cba1ba78bb68669b0c5faa31 (patch) | |
tree | b222e5ac2e2e98872661c51ccceee5da0d291e13 /library/cpp/testing/common | |
parent | b2f5101486cc0de2e979c8ba9ada2109785bf5fd (diff) |
Restoring authorship annotation for Dmitry Kopylov <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/testing/common')
-rw-r--r-- | library/cpp/testing/common/env.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/testing/common/env.cpp b/library/cpp/testing/common/env.cpp index 749a5752ed3..fa3a47fe16b 100644 --- a/library/cpp/testing/common/env.cpp +++ b/library/cpp/testing/common/env.cpp @@ -73,10 +73,10 @@ TString GetWorkPath() { return NPrivate::GetCwd(); } -TFsPath GetOutputPath() { - return GetWorkPath() + "/testing_out_stuff"; -} - +TFsPath GetOutputPath() { + return GetWorkPath() + "/testing_out_stuff"; +} + const TString& GetRamDrivePath() { return NPrivate::GetTestEnv().RamDrivePath; } |