diff options
Diffstat (limited to 'meta/lib/oeqa/runtime/parselogs.py')
-rw-r--r-- | meta/lib/oeqa/runtime/parselogs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py index dec9ebe874..a93660131d 100644 --- a/meta/lib/oeqa/runtime/parselogs.py +++ b/meta/lib/oeqa/runtime/parselogs.py | |||
@@ -262,7 +262,7 @@ class ParseLogsTest(oeRuntimeTest): | |||
262 | self.write_dmesg() | 262 | self.write_dmesg() |
263 | log_list = self.get_local_log_list(self.log_locations) | 263 | log_list = self.get_local_log_list(self.log_locations) |
264 | result = self.parse_logs(self.errors, self.ignore_errors, log_list) | 264 | result = self.parse_logs(self.errors, self.ignore_errors, log_list) |
265 | print self.getHardwareInfo() | 265 | print(self.getHardwareInfo()) |
266 | errcount = 0 | 266 | errcount = 0 |
267 | for log in result: | 267 | for log in result: |
268 | self.msg += "Log: "+log+"\n" | 268 | self.msg += "Log: "+log+"\n" |