blob: 8a9a4c68e920408df9ea2688a415b2ab9fd4f938 [file] [log] [blame]
#!/bin/sh
cd tests/qemu-iotests
ret=0
./check -T -nocache -qcow2 -g quick || ret=1
exit $ret