From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40740) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKRuk-0007Et-2L for qemu-devel@nongnu.org; Fri, 13 Sep 2013 07:51:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VKRud-0001Yj-Vn for qemu-devel@nongnu.org; Fri, 13 Sep 2013 07:51:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49728) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKRud-0001YY-Ng for qemu-devel@nongnu.org; Fri, 13 Sep 2013 07:51:47 -0400 From: Kevin Wolf Date: Fri, 13 Sep 2013 13:51:01 +0200 Message-Id: <1379073063-14963-32-git-send-email-kwolf@redhat.com> In-Reply-To: <1379073063-14963-1-git-send-email-kwolf@redhat.com> References: <1379073063-14963-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PULL 31/33] qemu-iotests: Cleanup test image in test number 007 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: anthony@codemonkey.ws Cc: kwolf@redhat.com, qemu-devel@nongnu.org From: 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 Signed-off-by: Kevin Wolf --- 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.8.1.4