From 109524d83d5275c2ebe08ebd23d93b4ada53e6cd Mon Sep 17 00:00:00 2001 From: jeromecoutant Date: Thu, 17 May 2018 11:58:13 +0200 Subject: [PATCH] NOT_SUPPORTED error was not supported any more in test_api.py script --- tools/test_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test_api.py b/tools/test_api.py index fc76982bf5..53edbd2f11 100644 --- a/tools/test_api.py +++ b/tools/test_api.py @@ -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