diff options
author | zhukoff-pavel <zhukoff-pavel@yandex-team.com> | 2023-05-18 16:08:11 +0300 |
---|---|---|
committer | zhukoff-pavel <zhukoff-pavel@yandex-team.com> | 2023-05-18 16:08:11 +0300 |
commit | 609d4c8138a6605de6fbc333e865b36acdb5cee6 (patch) | |
tree | 6428629679edb29de98b617ccb2cdb43bc22ec34 /library/cpp/testing/common/env.h | |
parent | 76f1d9f25a25d001f50b32113a5cc8f488d9d20a (diff) | |
download | ydb-609d4c8138a6605de6fbc333e865b36acdb5cee6.tar.gz |
Setup test env.vars from test.context during test binary initialization cpp
Diffstat (limited to 'library/cpp/testing/common/env.h')
-rw-r--r-- | library/cpp/testing/common/env.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/cpp/testing/common/env.h b/library/cpp/testing/common/env.h index 6dbef4959ba..6cd840442f8 100644 --- a/library/cpp/testing/common/env.h +++ b/library/cpp/testing/common/env.h @@ -78,6 +78,7 @@ namespace NPrivate { TString TestOutputRamDrivePath; TString GdbPath; TString CoreSearchFile; + TString EnvFile; std::unordered_map<TString, TString> TestParameters; std::unordered_map<TString, TString> GlobalResources; }; |