]> Git Repo - qemu.git/blobdiff - tests/qemu-iotests/020
iotests: Specify explicit backing format where sensible
[qemu.git] / tests / qemu-iotests / 020
index b488000cb9d18d444f7a352df560a16df0726d24..a0782937b0806da610d9fbc8b618cd64c63b8658 100755 (executable)
@@ -70,7 +70,7 @@ echo "Creating test image with backing file"
 echo
 
 TEST_IMG="$TEST_IMG_SAVE"
-_make_test_img -b "$TEST_IMG.base" 6G
+_make_test_img -b "$TEST_IMG.base" -F $IMGFMT 6G
 
 echo "Filling test image"
 echo
@@ -131,7 +131,7 @@ backing="json:{'driver': '$IMGFMT',
 # Filter out newlines and collapse spaces
 backing=$(echo "$backing" | tr -d '\n' | tr -s ' ')
 
-_make_test_img -b "$backing"
+_make_test_img -b "$backing" -F $IMGFMT
 
 # Just write anything so committing will not be a no-op
 $QEMU_IO -c 'writev 0 64k' "$TEST_IMG" | _filter_qemu_io
This page took 0.023728 seconds and 4 git commands to generate.