Merge pull request #6939 from jeromecoutant/PR_NOT_SUPPORTED

NOT_SUPPORTED error was not supported any more in test_api.py script
pull/6869/merge
Cruz Monrreal 2018-05-21 10:08:03 -05:00 committed by GitHub
commit 1ae48fcee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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