summaryrefslogtreecommitdiffstats
path: root/build/plugins
diff options
context:
space:
mode:
authorarcadia-devtools <[email protected]>2022-02-23 05:31:26 +0300
committerarcadia-devtools <[email protected]>2022-02-23 05:31:26 +0300
commitc2f6fa508a2a2c3cc0530319977ec1d37166c0da (patch)
treecd925d392369c2fcf6a18d6fdfb57d492ed8b3b6 /build/plugins
parentc42bb8cbe034b53a7abe8eb0b28b84f6171776d6 (diff)
intermediate changes
ref:7ad50b9c568746e74aa064df7ff309c5798027fc
Diffstat (limited to 'build/plugins')
-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 73be62fb6b1..ba6d2b233a3 100644
--- a/build/plugins/ytest.py
+++ b/build/plugins/ytest.py
@@ -861,6 +861,7 @@ def onjava_test(unit, *args):
'NO_JBUILD': 'yes' if ymake_java_test else 'no',
'JDK_RESOURCE': 'JDK' + (unit.get('JDK_VERSION') or unit.get('JDK_REAL_VERSION') or '_DEFAULT'),
'JDK_FOR_TESTS': 'JDK' + (unit.get('JDK_VERSION') or unit.get('JDK_REAL_VERSION') or '_DEFAULT') + '_FOR_TESTS',
+ 'YT-SPEC': serialize_list(get_unit_list_variable(unit, 'TEST_YT_SPEC_VALUE')),
}
test_classpath_origins = unit.get('TEST_CLASSPATH_VALUE')
if test_classpath_origins: