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:
Tomas Hozza 2021-09-14 19:36:01 +02:00 committed by Ondřej Budai
parent fb2361907f
commit f6dbb51041

View file

@ -485,7 +485,7 @@ class BaseQEMURunner(BaseRunner):
"-iso",
"-joliet",
"-o", iso_path,
"{cidatadir}"
f"{cidatadir}"
],
stdout=subprocess.DEVNULL,
stderr=subprocess.DEVNULL