diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/testsdk.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/testsdk.bbclass b/meta/classes/testsdk.bbclass index 0b8716edb5..77c9203cf9 100644 --- a/meta/classes/testsdk.bbclass +++ b/meta/classes/testsdk.bbclass | |||
@@ -44,7 +44,7 @@ def run_test_context(CTestContext, d, testdir, tcname, pn, *args): | |||
44 | msg += " (skipped=%d)" % skipped | 44 | msg += " (skipped=%d)" % skipped |
45 | bb.plain(msg) | 45 | bb.plain(msg) |
46 | else: | 46 | else: |
47 | raise bb.build.FuncFailed("%s - FAILED - check the task log and the commands log" % pn ) | 47 | bb.fatal("%s - FAILED - check the task log and the commands log" % pn) |
48 | 48 | ||
49 | def testsdk_main(d): | 49 | def testsdk_main(d): |
50 | import os | 50 | import os |