On Thu, Mar 8, 2012 at 11:32 AM, Kevin Wolf <kw...@redhat.com> wrote: > Run the 'quick' group from qemu-iotests during 'make check'. > > Signed-off-by: Kevin Wolf <kw...@redhat.com> > --- > tests/Makefile | 1 + > tests/qemu-iotests.sh | 18 ++++++++++++++++++
I think tests/qemu-iotests-quick.sh would be a clearer name since this is not a general-purpose qemu-iotests wrapper - it only works when called from QEMU's root directory and only invokes the 'quick' group. > +./check -T -nocache -raw -g quick || ret=1 > +./check -T -nocache -qcow2 -g quick || ret=1 Some love for qed? It adds 10s on my box but we're already up at 26s. Stefan