]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/qemu-iotests-quick.sh
i386: Update new x86_apicid parsing rules with die_offset support
[mirror_qemu.git] / tests / qemu-iotests-quick.sh
index 8a9a4c68e920408df9ea2688a415b2ab9fd4f938..0e554bb97240de643945fa784c26d6cbf50aece7 100755 (executable)
@@ -3,6 +3,6 @@
 cd tests/qemu-iotests
 
 ret=0
-./check -T -nocache -qcow2 -g quick || ret=1
+TEST_DIR=${TEST_DIR:-/tmp/qemu-iotests-quick-$$} ./check -T -qcow2 -g quick || ret=1
 
 exit $ret