Skip to content

Commit 8be6a03

Browse files
committed
Correct test_api usage of build_project
1 parent ac14e37 commit 8be6a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2174,7 +2174,7 @@ def build_test_worker(*args, **kwargs):
21742174
del kwargs['toolchain_paths']
21752175

21762176
try:
2177-
bin_file = build_project(*args, **kwargs)
2177+
bin_file, _ = build_project(*args, **kwargs)
21782178
ret['result'] = True
21792179
ret['bin_file'] = bin_file
21802180
ret['kwargs'] = kwargs

0 commit comments

Comments
 (0)