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:
parent
d7e21e2299
commit
aeddf7e501
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue