NOT_SUPPORTED error was not supported any more in test_api.py script

pull/6939/head
jeromecoutant 2018-05-17 11:58:13 +02:00
parent 8be2e34390
commit 109524d83d
1 changed files with 1 additions and 1 deletions

View File

@ -528,7 +528,7 @@ class SingleTestRunner(object):
project_name_str))
test_result = self.TEST_RESULT_BUILD_FAILED
elif isinstance(e, NotSupportedException):
print(elf.logger.log_line(
print(self.logger.log_line(
self.logger.LogType.INFO,
'Project %s is not supported' % project_name_str))
test_result = self.TEST_RESULT_NOT_SUPPORTED