From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42904) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XX952-0005p7-QH for qemu-devel@nongnu.org; Thu, 25 Sep 2014 09:27:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XX94w-0004SO-LS for qemu-devel@nongnu.org; Thu, 25 Sep 2014 09:27:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:10791) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XX94w-0004Q0-EA for qemu-devel@nongnu.org; Thu, 25 Sep 2014 09:27:26 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s8PDRKIZ013251 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 25 Sep 2014 09:27:20 -0400 Date: Thu, 25 Sep 2014 15:27:17 +0200 From: Kevin Wolf Message-ID: <20140925132717.GQ4667@noname.redhat.com> References: <1411527957-14211-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1411527957-14211-1-git-send-email-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2] qemu-iotests: Fail test if explicit test case number is unknown List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: qemu-devel@nongnu.org, Stefan Hajnoczi , Max Reitz Am 24.09.2014 um 05:05 hat Fam Zheng geschrieben: > When we expand a number range, we just print "$id - unknown test, > ignored", this is convenient if we want to run a range of tests. > > When we designate a test case number explicitly, we shouldn't just > ignore it if the case script doesn't exist. > > Print an error and fail the test. > > Signed-off-by: Fam Zheng Thanks, applied to the block branch. Kevin