1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-06-19 14:56:00 +01:00

command/process: write job_output result

Write job_output result to make sure the serialized version gets
updated.
This commit is contained in:
Sergei Trofimov
2018-06-14 17:38:03 +01:00
committed by setrofim
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: