Apply 'make format'

This commit is contained in:
github action 2025-11-07 13:14:00 +00:00
parent 0b0e103fde
commit eafad9742a
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@ test.files_identical(report, "t/" + test.name + "__ccache_report_initial.out")
# Now rebuild again (should be all up to date)
test.run(logfile=test.obj_dir + "/rebuild.log",
cmd=[
os.environ["MAKE"], "-C " + test.obj_dir, "-f " + test.vm_prefix + ".mk", "ccache-report"
os.environ["MAKE"], "-C " + test.obj_dir, "-f " + test.vm_prefix + ".mk",
"ccache-report"
])
test.files_identical(report, "t/" + test.name + "__ccache_report_rebuild.out")