mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +01:00
test-runner: print uncaught test exceptions always
This commit is contained in:
parent
ea3ce7a119
commit
c23c37c07c
@ -1259,8 +1259,8 @@ def run_auto_tests(ctx, args):
|
||||
ctx.results[os.path.basename(test)] = rqueue.get()
|
||||
|
||||
except Exception as ex:
|
||||
print(ex)
|
||||
print("Uncaught exception thrown for %s" % test)
|
||||
dbg(ex)
|
||||
dbg("Uncaught exception thrown for %s" % test)
|
||||
ctx.results[os.path.basename(test)] = SimpleResult(run=0, failures=0,
|
||||
errors=0, skipped=0, time=0)
|
||||
finally:
|
||||
|
Loading…
Reference in New Issue
Block a user