Skip to content

Commit

Permalink
test_qemu_fw: fix 'raw' format warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebeaton committed Apr 22, 2024
1 parent d6d926c commit 74a0d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_qemu_fw.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def main():
# host directory corruption.
with tempfile.TemporaryDirectory() as temp_dir:
esp_dir = os.path.join(temp_dir, 'ESP')
boot_drive = '-hda fat:rw:' + esp_dir
boot_drive = '-drive format=raw,file=fat:rw:' + esp_dir
if args.test_linux:
if not prepare_test_linux_image(testlinux_path):
sys.exit(1)
Expand Down

0 comments on commit 74a0d1e

Please sign in to comment.