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