diff options
| -rw-r--r-- | meta/lib/oeqa/utils/qemurunner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/utils/qemurunner.py b/meta/lib/oeqa/utils/qemurunner.py index c06268f5bc..7f520d47c3 100644 --- a/meta/lib/oeqa/utils/qemurunner.py +++ b/meta/lib/oeqa/utils/qemurunner.py | |||
| @@ -480,6 +480,7 @@ class QemuRunner: | |||
| 480 | self.logger.error('Invalid file type: %s\n%s' % (file)) | 480 | self.logger.error('Invalid file type: %s\n%s' % (file)) |
| 481 | read = b'' | 481 | read = b'' |
| 482 | 482 | ||
| 483 | self.logger.debug2('Partial boot log:\n%s' % (read.decode('utf-8', errors='ignore'))) | ||
| 483 | data = data + read | 484 | data = data + read |
| 484 | if data: | 485 | if data: |
| 485 | bootlog += data | 486 | bootlog += data |
