diff options
| -rw-r--r-- | meta/classes/testimage.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass index b955fc1775..45bb2bda3b 100644 --- a/meta/classes/testimage.bbclass +++ b/meta/classes/testimage.bbclass | |||
| @@ -291,11 +291,11 @@ def testimage_main(d): | |||
| 291 | 291 | ||
| 292 | # Show results (if we have them) | 292 | # Show results (if we have them) |
| 293 | if not results: | 293 | if not results: |
| 294 | bb.fatal('%s - FAILED - tests were interrupted during execution' % pn) | 294 | bb.fatal('%s - FAILED - tests were interrupted during execution' % pn, forcelog=True) |
| 295 | results.logDetails() | 295 | results.logDetails() |
| 296 | results.logSummary(pn) | 296 | results.logSummary(pn) |
| 297 | if not results.wasSuccessful(): | 297 | if not results.wasSuccessful(): |
| 298 | bb.fatal('%s - FAILED - check the task log and the ssh log' % pn) | 298 | bb.fatal('%s - FAILED - check the task log and the ssh log' % pn, forcelog=True) |
| 299 | 299 | ||
| 300 | def get_runtime_paths(d): | 300 | def get_runtime_paths(d): |
| 301 | """ | 301 | """ |
