tools/generate-test-cases: fix missing comma
This slipped inaeddf7e501and survived28aaa129ff, let's fix it. Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
65ca29badb
commit
dbee4cdbd1
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ def run_osbuild(manifest, store, output, export):
|
|||
subprocess.run(["osbuild",
|
||||
"--store", store,
|
||||
"--output-directory", output,
|
||||
"--checkpoint", "build"
|
||||
"--checkpoint", "build",
|
||||
"--export", export,
|
||||
"-"],
|
||||
stdout=log,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue