From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33168) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VK2PX-00042c-1k for qemu-devel@nongnu.org; Thu, 12 Sep 2013 04:38:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VK2PO-0000xU-3u for qemu-devel@nongnu.org; Thu, 12 Sep 2013 04:37:58 -0400 Received: from e28smtp02.in.ibm.com ([122.248.162.2]:54729) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VK2PN-0000tI-Ed for qemu-devel@nongnu.org; Thu, 12 Sep 2013 04:37:50 -0400 Received: from /spool/local by e28smtp02.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 12 Sep 2013 13:56:40 +0530 Received: from d28relay04.in.ibm.com (d28relay04.in.ibm.com [9.184.220.61]) by d28dlp03.in.ibm.com (Postfix) with ESMTP id 62B1B1258043 for ; Thu, 12 Sep 2013 14:07:38 +0530 (IST) Received: from d28av03.in.ibm.com (d28av03.in.ibm.com [9.184.220.65]) by d28relay04.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r8C8bVro38142082 for ; Thu, 12 Sep 2013 14:07:32 +0530 Received: from d28av03.in.ibm.com (localhost [127.0.0.1]) by d28av03.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id r8C8bX6E026003 for ; Thu, 12 Sep 2013 14:07:33 +0530 From: Bharata B Rao Date: Thu, 12 Sep 2013 14:07:59 +0530 Message-Id: <1378975079-2709-1-git-send-email-bharata@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH] qemu-iotests: Cleanup test image in test number 007 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, stefanha@redhat.com, Bharata B Rao qemu-iotests number 007 doesn't do test image cleanup. This will affect those protocols that expect a clean state before every test. Hence ensure that test image is cleaned up in this test. Signed-off-by: Bharata B Rao --- tests/qemu-iotests/007 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/qemu-iotests/007 b/tests/qemu-iotests/007 index c454f2c..6fa7603 100755 --- a/tests/qemu-iotests/007 +++ b/tests/qemu-iotests/007 @@ -30,7 +30,7 @@ status=1 # failure is the default! _cleanup() { -# _cleanup_test_img + _cleanup_test_img true } trap "_cleanup; exit \$status" 0 1 2 3 15 -- 1.7.11.7