diff options
Diffstat (limited to 'library/cpp/testing/common/env.cpp')
| -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 fa3a47fe16b..749a5752ed3 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; } |
