mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
test-runner: print results even if test run is canceled
This commit is contained in:
parent
5b94c9d243
commit
561c64e7f8
@ -58,6 +58,9 @@ def exit_vm():
|
||||
for p in config.ctx.processes:
|
||||
print("Process %s still running!" % p.name)
|
||||
|
||||
if config.ctx and config.ctx.results:
|
||||
print_results(config.ctx.results)
|
||||
|
||||
os.sync()
|
||||
|
||||
RB_AUTOBOOT = 0x01234567
|
||||
@ -985,8 +988,6 @@ def run_auto_tests(ctx, args):
|
||||
if ctx.args.log:
|
||||
Process(["dmesg"], ctx=ctx, wait=True)
|
||||
|
||||
print_results(ctx.results)
|
||||
|
||||
def run_unit_tests(ctx, args):
|
||||
os.chdir(args.testhome + '/unit')
|
||||
units = build_unit_list(args)
|
||||
|
Loading…
Reference in New Issue
Block a user