Kevin Wolf | 8959449 | 2012-03-08 12:29:00 +0100 | [diff] [blame] | 1 | #!/bin/sh |
2 | |||||
Max Reitz | 214a081 | 2014-06-27 22:47:46 +0200 | [diff] [blame] | 3 | cd tests/qemu-iotests |
Kevin Wolf | 8959449 | 2012-03-08 12:29:00 +0100 | [diff] [blame] | 4 | |
5 | ret=0 | ||||
Fam Zheng | b8aff7d | 2014-12-15 13:07:18 +0800 | [diff] [blame] | 6 | TEST_DIR=${TEST_DIR:-/tmp/qemu-iotests-quick-$$} ./check -T -qcow2 -g quick || ret=1 |
Kevin Wolf | 8959449 | 2012-03-08 12:29:00 +0100 | [diff] [blame] | 7 | |
8 | exit $ret |