]> 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 12af731c682f65b6cd7d6a5b907e4734d6caa289..0e554bb97240de643945fa784c26d6cbf50aece7 100755 (executable)
@@ -3,6 +3,6 @@
 cd tests/qemu-iotests
 
 ret=0
-./check -T -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.023973 seconds and 4 git commands to generate.