From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7CBFF6FBA for ; Tue, 29 Aug 2023 22:57:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=Z2F+mnYtlars6jJ7uhsCJueuJhpzbEWREtaoJ5FKKJI=; b=3MG3j2aFq839mRVgNCELqxRla9 E/+SG/cM+FSHZKq/+SuhmEoFB679kZEFTiaRCljK54Nnt1v1+PZ0LKCDdlhn3Mun6NNl/3lTgB3UB xw48jIt1rPyJQ8+JoC/nVofdxLHuA62edGcwvsWq/bMd6Cy24ef8TqYmAtgxng0t7Aor3OdaYqSXD qoyhN4j1UF12s9TZWAvWgxtpG0ZShE5A8DW9VUYHNtphPbJf0zxknK5LoVaLWeWYz7YAZgxTc2ycw hgqOSgtCKa4FOMbZJxaeUe34GbZba3UiidStQgbYICkx6X5kYeGByWc0cw2LOg5nkM/hHeRRAu3zH 4reQcawQ==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1qb7eW-00CPw9-11; Tue, 29 Aug 2023 22:57:40 +0000 Date: Tue, 29 Aug 2023 15:57:40 -0700 From: Luis Chamberlain To: Frederick Lawler Cc: kdevops@lists.linux.dev, kernel-team@cloudflare.com Subject: Re: [PATCH] fstests: Fix hang in copy-results.sh Message-ID: References: <20230829204516.1179999-1-fred@cloudflare.com> Precedence: bulk X-Mailing-List: kdevops@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230829204516.1179999-1-fred@cloudflare.com> Sender: Luis Chamberlain On Tue, Aug 29, 2023 at 03:45:16PM -0500, Frederick Lawler wrote: > When using a configuration other than libvirt-qemu, the > scripts/workflows/fstests/copy-results.sh script hangs because grep is > expecting input. > > Signed-off-by: Frederick Lawler Applied and pushed! Thanks! Luis