From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57301) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0d3u-0005hw-Pd for qemu-devel@nongnu.org; Fri, 27 Jun 2014 16:48:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X0d3p-0008Ct-BO for qemu-devel@nongnu.org; Fri, 27 Jun 2014 16:47:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39003) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0d3p-0008Cn-4A for qemu-devel@nongnu.org; Fri, 27 Jun 2014 16:47:53 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s5RKlpwv005871 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Fri, 27 Jun 2014 16:47:51 -0400 From: Max Reitz Date: Fri, 27 Jun 2014 22:47:45 +0200 Message-Id: <1403902068-24613-1-git-send-email-mreitz@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] iotests: Fix qemu-iotests-quick.sh List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , Stefan Hajnoczi , Max Reitz My previous series "iotests: Allow out-of-tree run" broke qemu-iotests-quick.sh. Fixing it means simplifying it and allowing more tests to be added to the quick group, which is what this series does. It also adds some unaffected tests to the quick group because I can't see a reason why not to. This series (or at least patch 2) depends on v3 of my series "block: Fix unset \"filename\" for certain drivers". Max Reitz (3): iotests: Simplify qemu-iotests-quick.sh iotests: Add qemu tests to quick group iotests: Add more tests to quick group tests/qemu-iotests-quick.sh | 12 +--------- tests/qemu-iotests/group | 58 ++++++++++++++++++++++----------------------- 2 files changed, 30 insertions(+), 40 deletions(-) -- 2.0.0