]> Git Repo - qemu.git/blame_incremental - tests/qemu-iotests-quick.sh
qemu-iotests: s390x: fix test 068
[qemu.git] / tests / qemu-iotests-quick.sh
... / ...
CommitLineData
1#!/bin/sh
2
3cd tests/qemu-iotests
4
5ret=0
6TEST_DIR=${TEST_DIR:-/tmp/qemu-iotests-quick-$$} ./check -T -qcow2 -g quick || ret=1
7
8exit $ret
This page took 0.021726 seconds and 4 git commands to generate.