generate-all-test-cases: fix generating of cloud-init cdrom on MacOS
Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
parent
fb2361907f
commit
f6dbb51041
1 changed files with 1 additions and 1 deletions
|
|
@ -485,7 +485,7 @@ class BaseQEMURunner(BaseRunner):
|
|||
"-iso",
|
||||
"-joliet",
|
||||
"-o", iso_path,
|
||||
"{cidatadir}"
|
||||
f"{cidatadir}"
|
||||
],
|
||||
stdout=subprocess.DEVNULL,
|
||||
stderr=subprocess.DEVNULL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue