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

cd tests/qemu-iotests

ret=0
./check -T -nocache -qcow2 -g quick || ret=1

exit $ret