From nobody Mon Nov 10 14:21:02 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1557320251; cv=none; d=zoho.com; s=zohoarc; b=GLXN2DdxDkq0iOGAajWxU1stA9FE7Y+nIexzdZjTO5CipsC6AonEG4QHpqXHTbUZkNo+h9e8E41+v8i+tDyZhhTcDxMCNkhGLqldOUMTZhydH8UR2A7tPdPBBfyesia6A5VOXaJmVFsn4Ttk1voVppPgHTgVnXEr5JuhlU/V340= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1557320251; h=Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=iSJbEyvpXacSXP+be083QFDt0UJTM9gAO/IcMyfX1oo=; b=mjUUR4H/iQ3Luc2UXcHbDXR0x1VS+/kx1dYq7nLbcj6c4Yum7wZOVnbaSQAHKHag0+NlC7A3svXdNWHdqGTg2HNnf8fL5desDssWQpQtMbwk14vf3QNltZahz1APyp112XeR0G97YAmJ1FOGNApxqC6+8+OCThCrRmsYodjzZ20= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1557320251668356.01734525304937; Wed, 8 May 2019 05:57:31 -0700 (PDT) Received: from localhost ([127.0.0.1]:36661 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hOM8U-0006oU-Tg for importer@patchew.org; Wed, 08 May 2019 08:57:26 -0400 Received: from eggs.gnu.org ([209.51.188.92]:56574) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hOM70-000653-6x for qemu-devel@nongnu.org; Wed, 08 May 2019 08:55:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hOM6z-0001RR-AN for qemu-devel@nongnu.org; Wed, 08 May 2019 08:55:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:63006) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hOM6x-0001Q9-Eb; Wed, 08 May 2019 08:55:51 -0400 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 930DC81F11; Wed, 8 May 2019 12:55:50 +0000 (UTC) Received: from localhost (ovpn-204-94.brq.redhat.com [10.40.204.94]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 263CC60123; Wed, 8 May 2019 12:55:49 +0000 (UTC) From: Max Reitz To: qemu-block@nongnu.org Date: Wed, 8 May 2019 14:55:48 +0200 Message-Id: <20190508125548.10458-1-mreitz@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Wed, 08 May 2019 12:55:50 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH] iotests: Clean up after 192 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Kevin Wolf , Thomas Huth , qemu-devel@nongnu.org, Max Reitz Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" This patch makes 192 clean up the qemu command FIFOs, the qemu PID file, and the NBD socket file. Reported by: Thomas Huth Signed-off-by: Max Reitz --- tests/qemu-iotests/192 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/qemu-iotests/192 b/tests/qemu-iotests/192 index 158086f9d2..37bd975eec 100755 --- a/tests/qemu-iotests/192 +++ b/tests/qemu-iotests/192 @@ -29,7 +29,9 @@ status=3D1 # failure is the default! =20 _cleanup() { - _cleanup_test_img + _cleanup_qemu + rm -f "$TEST_DIR/nbd" + _cleanup_test_img } trap "_cleanup; exit \$status" 0 1 2 3 15 =20 --=20 2.20.1