qemu-e2k/tests/qemu-iotests-quick.sh

9 lines
96 B
Bash
Executable File

#!/bin/sh
cd tests/qemu-iotests
ret=0
./check -T -nocache -qcow2 -g quick || ret=1
exit $ret