From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50452) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5fdH-0006zn-KP for qemu-devel@nongnu.org; Thu, 08 Mar 2012 10:52:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S5fd9-0004Nz-AK for qemu-devel@nongnu.org; Thu, 08 Mar 2012 10:51:59 -0500 Received: from mail-iy0-f173.google.com ([209.85.210.173]:33796) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5fd9-0004Nf-3I for qemu-devel@nongnu.org; Thu, 08 Mar 2012 10:51:51 -0500 Received: by iafj26 with SMTP id j26so918999iaf.4 for ; Thu, 08 Mar 2012 07:51:49 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1331206372-10405-3-git-send-email-kwolf@redhat.com> References: <1331206372-10405-1-git-send-email-kwolf@redhat.com> <1331206372-10405-3-git-send-email-kwolf@redhat.com> Date: Thu, 8 Mar 2012 15:51:49 +0000 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 2/2] make check: Add qemu-iotests subset List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On Thu, Mar 8, 2012 at 11:32 AM, Kevin Wolf wrote: > Run the 'quick' group from qemu-iotests during 'make check'. > > Signed-off-by: Kevin Wolf > --- > =A0tests/Makefile =A0 =A0 =A0 =A0| =A0 =A01 + > =A0tests/qemu-iotests.sh | =A0 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=3D1 > +./check -T -nocache -qcow2 -g quick || ret=3D1 Some love for qed? It adds 10s on my box but we're already up at 26s. Stefan