mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-20 11:58:55 +00:00
command/process: write job_output result
Write job_output result to make sure the serialized version gets updated.
This commit is contained in:
parent
bcbde9a197
commit
21784d1351
@ -123,6 +123,8 @@ class ProcessCommand(Command):
|
||||
pm.process_job_output(pc)
|
||||
pm.export_job_output(pc)
|
||||
|
||||
job_output.write_result()
|
||||
|
||||
pm.enable_all()
|
||||
if not args.force:
|
||||
for augmentation in run_output.augmentations:
|
||||
|
Loading…
x
Reference in New Issue
Block a user