]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qemu-iotests-quick.sh
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170329' into staging
[mirror_qemu.git] / tests / qemu-iotests-quick.sh
CommitLineData
8959449b
KW
1#!/bin/sh
2
214a081a 3cd tests/qemu-iotests
8959449b
KW
4
5ret=0
b8aff7d6 6TEST_DIR=${TEST_DIR:-/tmp/qemu-iotests-quick-$$} ./check -T -qcow2 -g quick || ret=1
8959449b
KW
7
8exit $ret