aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests-quick.sh
blob: 0e554bb97240de643945fa784c26d6cbf50aece7 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

cd tests/qemu-iotests

ret=0
TEST_DIR=${TEST_DIR:-/tmp/qemu-iotests-quick-$$} ./check -T -qcow2 -g quick || ret=1

exit $ret