diff options
Diffstat (limited to 'meta/classes/testimage.bbclass')
-rw-r--r-- | meta/classes/testimage.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass index a908f92fee..5ddbecb356 100644 --- a/meta/classes/testimage.bbclass +++ b/meta/classes/testimage.bbclass | |||
@@ -164,7 +164,7 @@ def testimage_main(d): | |||
164 | msg += " (skipped=%d)" % skipped | 164 | msg += " (skipped=%d)" % skipped |
165 | bb.plain(msg) | 165 | bb.plain(msg) |
166 | else: | 166 | else: |
167 | raise bb.build.FuncFailed("%s - FAILED - check the task log and the ssh log" % pn ) | 167 | bb.fatal("%s - FAILED - check the task log and the ssh log" % pn) |
168 | finally: | 168 | finally: |
169 | signal.signal(signal.SIGTERM, tc.origsigtermhandler) | 169 | signal.signal(signal.SIGTERM, tc.origsigtermhandler) |
170 | target.stop() | 170 | target.stop() |