diff options
| -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 add8009d47..1161e593dc 100644 --- a/meta/classes/testimage.bbclass +++ b/meta/classes/testimage.bbclass | |||
| @@ -122,7 +122,8 @@ def testimage_main(d): | |||
| 122 | try: | 122 | try: |
| 123 | loadTests(tc) | 123 | loadTests(tc) |
| 124 | except Exception as e: | 124 | except Exception as e: |
| 125 | bb.fatal("Loading tests failed:\n %s" % e) | 125 | import traceback |
| 126 | bb.fatal("Loading tests failed:\n%s" % traceback.format_exc()) | ||
| 126 | 127 | ||
| 127 | target.deploy() | 128 | target.deploy() |
| 128 | 129 | ||
