Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / qemu-iotests-quick.sh
diff --git a/qemu/tests/qemu-iotests-quick.sh b/qemu/tests/qemu-iotests-quick.sh
new file mode 100755 (executable)
index 0000000..0e554bb
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+cd tests/qemu-iotests
+
+ret=0
+TEST_DIR=${TEST_DIR:-/tmp/qemu-iotests-quick-$$} ./check -T -qcow2 -g quick || ret=1
+
+exit $ret