diff options
author | krock21 <krock21@yandex-team.ru> | 2022-02-10 16:46:02 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:02 +0300 |
commit | 937a6bb8d7c82d8d9d717f2bf6ce6c592a443641 (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /library/cpp/testing/common/env.h | |
parent | 4aae166b5d23fd02653919f43e2015cd636fa6fd (diff) | |
download | ydb-937a6bb8d7c82d8d9d717f2bf6ce6c592a443641.tar.gz |
Restoring authorship annotation for <krock21@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/testing/common/env.h')
-rw-r--r-- | library/cpp/testing/common/env.h | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/library/cpp/testing/common/env.h b/library/cpp/testing/common/env.h index aa247afb9a..7b89aa1bed 100644 --- a/library/cpp/testing/common/env.h +++ b/library/cpp/testing/common/env.h @@ -55,30 +55,30 @@ void WatchProcessCore(int pid, const TFsPath& binaryPath, const TFsPath& cwd = T void StopProcessCoreWatching(int pid); #define SRC_(path) ArcadiaFromCurrentLocation(__SOURCE_FILE__, path) - -namespace NPrivate { - class TTestEnv { - public: - TTestEnv(); - - void ReInitialize(); - + +namespace NPrivate { + class TTestEnv { + public: + TTestEnv(); + + void ReInitialize(); + void AddTestParam(TStringBuf name, TStringBuf value); - bool IsRunningFromTest; - TString ArcadiaTestsDataDir; - TString SourceRoot; - TString BuildRoot; - TString WorkPath; - TString RamDrivePath; + bool IsRunningFromTest; + TString ArcadiaTestsDataDir; + TString SourceRoot; + TString BuildRoot; + TString WorkPath; + TString RamDrivePath; TString YtHddPath; - TString TestOutputRamDrivePath; + TString TestOutputRamDrivePath; TString GdbPath; TString CoreSearchFile; std::unordered_map<TString, TString> TestParameters; - }; - - TString GetCwd(); - - const TTestEnv& GetTestEnv(); -} + }; + + TString GetCwd(); + + const TTestEnv& GetTestEnv(); +} |