aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-06-15 13:23:29 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-06-15 13:23:29 +0300
commit7d9f5689d0e09745d10dab78d9c1d198c01b21b1 (patch)
tree09838748dd8f1f354a75f2073ad78d4d6f9eb403
parente864fd995447f4e2287c38ca62ccf4f2cf775b53 (diff)
downloadydb-7d9f5689d0e09745d10dab78d9c1d198c01b21b1.tar.gz
intermediate changes
ref:f38a5b2265b18b4880bf14729484e20d8f7d8c89
-rw-r--r--build/plugins/ytest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/plugins/ytest.py b/build/plugins/ytest.py
index 698878b469..acf98701d1 100644
--- a/build/plugins/ytest.py
+++ b/build/plugins/ytest.py
@@ -625,6 +625,7 @@ def onadd_check(unit, *args):
'SOURCE-FOLDER-PATH': test_dir,
'CUSTOM-DEPENDENCIES': " ".join(spec_args.get('DEPENDS', [])),
'TEST-DATA': extra_test_data,
+ 'TEST-ENV': prepare_env(unit.get("TEST_ENV_VALUE")),
'SBR-UID-EXT': uid_ext,
'SPLIT-FACTOR': '',
'TEST_PARTITION': 'SEQUENTIAL',