generate-test-cases: checkpoint build root

Most of the images for a given distro share a build-root, checpoint it to avoid having to recreate it.
This commit is contained in:
Tom Gundersen 2021-03-13 14:09:59 +00:00
parent d7e21e2299
commit aeddf7e501

View file

@ -23,6 +23,7 @@ def run_osbuild(manifest, store, output):
subprocess.run(["osbuild",
"--store", store,
"--output-directory", output,
"--checkpoint", "build"
"-"],
stdout=log,
stderr=subprocess.STDOUT,