]> Git Repo - qemu.git/blobdiff - tests/qemu-iotests/085
iotests: Remove a few tests from 'quick' group
[qemu.git] / tests / qemu-iotests / 085
index b97adcd8db94675a43ffd1b592c4a15da1a9604c..71efe50d34984be069b6ce1c6405d0032daed6ca 100755 (executable)
@@ -104,7 +104,7 @@ function add_snapshot_image()
 {
     base_image="${TEST_DIR}/$((${1}-1))-${snapshot_virt0}"
     snapshot_file="${TEST_DIR}/${1}-${snapshot_virt0}"
-    _make_test_img -b "${base_image}" "$size"
+    _make_test_img -u -b "${base_image}" "$size"
     mv "${TEST_IMG}" "${snapshot_file}"
     do_blockdev_add "$1" "'backing': '', " "${snapshot_file}"
 }
This page took 0.023845 seconds and 4 git commands to generate.