hw/arm/sbsa-ref: Remove unnecessary check for secure_sysmem == NULL
[qemu/ar7.git] / tests / qemu-iotests-quick.sh
blob0e554bb97240de643945fa784c26d6cbf50aece7
1 #!/bin/sh
3 cd tests/qemu-iotests
5 ret=0
6 TEST_DIR=${TEST_DIR:-/tmp/qemu-iotests-quick-$$} ./check -T -qcow2 -g quick || ret=1
8 exit $ret