Skip to content

Commit

Permalink
Explicit qemu-img file format
Browse files Browse the repository at this point in the history
  • Loading branch information
luqasz committed Jul 15, 2024
1 parent 990cc32 commit 5aa70d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ def disk_image(version):
'create',
'-f',
'qcow2',
'-F',
'qcow2',
'-b',
str(backing_img),
img.name,
Expand Down

0 comments on commit 5aa70d0

Please sign in to comment.