diff options
-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): msg += " (skipped=%d)" % skipped bb.plain(msg) else: - raise bb.build.FuncFailed("%s - FAILED - check the task log and the commands log" % pn ) + bb.fatal("%s - FAILED - check the task log and the commands log" % pn) def testsdk_main(d): import os |