Skip to content

Commit 1ae48fc

Browse files
author
Cruz Monrreal
authored
Merge pull request #6939 from jeromecoutant/PR_NOT_SUPPORTED
NOT_SUPPORTED error was not supported any more in test_api.py script
2 parents 79640c6 + 109524d commit 1ae48fc

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
@@ -528,7 +528,7 @@ def execute_thread_slice(self, q, target, toolchains, clean, test_ids, build_rep
528528
project_name_str))
529529
test_result = self.TEST_RESULT_BUILD_FAILED
530530
elif isinstance(e, NotSupportedException):
531-
print(elf.logger.log_line(
531+
print(self.logger.log_line(
532532
self.logger.LogType.INFO,
533533
'Project %s is not supported' % project_name_str))
534534
test_result = self.TEST_RESULT_NOT_SUPPORTED

0 commit comments

Comments
 (0)