Browse Source

intermediate changes
ref:f38a5b2265b18b4880bf14729484e20d8f7d8c89

arcadia-devtools 2 years ago
parent
commit
7d9f5689d0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      build/plugins/ytest.py

+ 1 - 0
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',