usb-ehci: add ehci unrealize funciton
[qemu/cris-port.git] / tests / qemu-iotests-quick.sh
blob8a9a4c68e920408df9ea2688a415b2ab9fd4f938
1 #!/bin/sh
3 cd tests/qemu-iotests
5 ret=0
6 ./check -T -nocache -qcow2 -g quick || ret=1
8 exit $ret