diff options
Diffstat (limited to 'meta/classes/testimage.bbclass')
-rw-r--r-- | meta/classes/testimage.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass index 770ec801c2..7eb4038d21 100644 --- a/meta/classes/testimage.bbclass +++ b/meta/classes/testimage.bbclass | |||
@@ -171,6 +171,8 @@ def testimage_main(d): | |||
171 | bb.plain(msg) | 171 | bb.plain(msg) |
172 | else: | 172 | else: |
173 | bb.fatal("%s - FAILED - check the task log and the ssh log" % pn) | 173 | bb.fatal("%s - FAILED - check the task log and the ssh log" % pn) |
174 | except BlockingIOError as err: | ||
175 | bb.error('runqemu failed, shutting down...') | ||
174 | finally: | 176 | finally: |
175 | signal.signal(signal.SIGTERM, tc.origsigtermhandler) | 177 | signal.signal(signal.SIGTERM, tc.origsigtermhandler) |
176 | target.stop() | 178 | target.stop() |