From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56631) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZsFIk-0007ft-Mq for qemu-devel@nongnu.org; Fri, 30 Oct 2015 15:25:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZsFIj-0008FJ-VQ for qemu-devel@nongnu.org; Fri, 30 Oct 2015 15:25:26 -0400 From: Jeff Cody Date: Fri, 30 Oct 2015 15:25:16 -0400 Message-Id: Subject: [Qemu-devel] [PATCH v3 0/2] qemu-iotests: fix cleanup of background processes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, jsnow@redhat.com, qemu-block@nongnu.org, mreitz@redhat.com Changes from v2: * Pulled patch 2 into this series * Patch 1: Moved non-empty test conditionals inside pid file existance check (thanks Max) Added a fix in for patch 058, for its self-launched qemu-nbd instance (thanks Max) * Patch 2: Only print the valgrind logs if the exit error matches (thanks Max) Changes from v1: * use 'read' instead of 'cat' (thanks Eric) * quote variable in variable test (thanks Eric) Jeff Cody (2): qemu-iotests: fix cleanup of background processes qemu-iotests: fix -valgrind option for check tests/qemu-iotests/039.out | 30 +++++++++++++++++++++++++----- tests/qemu-iotests/058 | 12 ++++++++---- tests/qemu-iotests/061.out | 12 ++++++++++-- tests/qemu-iotests/137.out | 6 +++++- tests/qemu-iotests/common | 9 ++------- tests/qemu-iotests/common.config | 32 +++++++++++++++++++++++++++++--- tests/qemu-iotests/common.qemu | 18 ++++++++++++------ tests/qemu-iotests/common.rc | 18 +++++------------- 8 files changed, 96 insertions(+), 41 deletions(-) -- 1.9.3