]> Git Repo - qemu.git/blobdiff - tests/qemu-iotests-quick.sh
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging
[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
This page took 0.029395 seconds and 4 git commands to generate.