aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins/ytest2.py
diff options
context:
space:
mode:
authorsidorovaa <sidorovaa@yandex-team.ru>2022-02-10 16:47:53 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:53 +0300
commitf421873774cf0b71743afbe5f6677861e66601ea (patch)
treec0748b5dcbade83af788c0abfa89c0383d6b779c /build/plugins/ytest2.py
parent09f39deb02382f740cd19dee5511ba781fd2f9d5 (diff)
downloadydb-f421873774cf0b71743afbe5f6677861e66601ea.tar.gz
Restoring authorship annotation for <sidorovaa@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/plugins/ytest2.py')
-rw-r--r--build/plugins/ytest2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/plugins/ytest2.py b/build/plugins/ytest2.py
index 3e3226ac5b..0a34263c35 100644
--- a/build/plugins/ytest2.py
+++ b/build/plugins/ytest2.py
@@ -27,7 +27,7 @@ def ytest_base(unit, related_prj_dir, related_prj_name, args):
custom_deps = ' '.join(spec_args["DEPENDS"]) if "DEPENDS" in spec_args else ''
unit.set(['CUSTOM-DEPENDENCIES', custom_deps])
data_lst = spec_args.get('DATA', []) + (unit.get(['__test_data']) or '').split(' ')
- data_lst.sort()
+ data_lst.sort()
data = '\"' + ';'.join(data_lst) + '\"' if data_lst else ''
unit.set(['TEST-DATA', data])