diff options
Diffstat (limited to 'meta/classes/testimage.bbclass')
-rw-r--r-- | meta/classes/testimage.bbclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass index cb8c12acce..3479228307 100644 --- a/meta/classes/testimage.bbclass +++ b/meta/classes/testimage.bbclass | |||
@@ -314,7 +314,8 @@ def testimage_main(d): | |||
314 | configuration = get_testimage_configuration(d, 'runtime', machine) | 314 | configuration = get_testimage_configuration(d, 'runtime', machine) |
315 | results.logDetails(get_testimage_json_result_dir(d), | 315 | results.logDetails(get_testimage_json_result_dir(d), |
316 | configuration, | 316 | configuration, |
317 | get_testimage_result_id(configuration)) | 317 | get_testimage_result_id(configuration), |
318 | dump_streams=d.getVar('TESTREPORT_FULLLOGS')) | ||
318 | results.logSummary(pn) | 319 | results.logSummary(pn) |
319 | if not results.wasSuccessful(): | 320 | if not results.wasSuccessful(): |
320 | bb.fatal('%s - FAILED - check the task log and the ssh log' % pn, forcelog=True) | 321 | bb.fatal('%s - FAILED - check the task log and the ssh log' % pn, forcelog=True) |