File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed
library/cpp/testing/common Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,6 @@ namespace NPrivate {
141
141
142
142
void TTestEnv::ReInitialize () {
143
143
IsRunningFromTest = false ;
144
- ArcadiaTestsDataDir = " " ;
145
144
SourceRoot = " " ;
146
145
BuildRoot = " " ;
147
146
WorkPath = " " ;
@@ -171,11 +170,6 @@ namespace NPrivate {
171
170
BuildRoot = value->GetStringSafe (" " );
172
171
}
173
172
174
- value = context.GetValueByPath (" runtime.atd_root" );
175
- if (value) {
176
- ArcadiaTestsDataDir = value->GetStringSafe (" " );
177
- }
178
-
179
173
value = context.GetValueByPath (" runtime.work_path" );
180
174
if (value) {
181
175
WorkPath = value->GetStringSafe (" " );
@@ -249,10 +243,6 @@ namespace NPrivate {
249
243
BuildRoot = GetEnv (" ARCADIA_BUILD_ROOT" );
250
244
}
251
245
252
- if (!ArcadiaTestsDataDir) {
253
- ArcadiaTestsDataDir = GetEnv (" ARCADIA_TESTS_DATA_DIR" );
254
- }
255
-
256
246
if (!WorkPath) {
257
247
WorkPath = GetEnv (" TEST_WORK_PATH" );
258
248
}
Original file line number Diff line number Diff line change @@ -69,7 +69,6 @@ namespace NPrivate {
69
69
void AddTestParam (TStringBuf name, TStringBuf value);
70
70
71
71
bool IsRunningFromTest;
72
- TString ArcadiaTestsDataDir;
73
72
TString SourceRoot;
74
73
TString BuildRoot;
75
74
TString WorkPath;
You can’t perform that action at this time.
0 commit comments