From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 45012C48BE5 for ; Wed, 16 Jun 2021 21:00:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1C2476128C for ; Wed, 16 Jun 2021 21:00:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233695AbhFPVCq (ORCPT ); Wed, 16 Jun 2021 17:02:46 -0400 Received: from mail.kernel.org ([198.145.29.99]:40052 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233678AbhFPVCq (ORCPT ); Wed, 16 Jun 2021 17:02:46 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id A60B66109D; Wed, 16 Jun 2021 21:00:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1623877239; bh=VALtrfKdhQIGmmz6Evta1SlvWpjktFxp7WZw9xOC3+s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UKxX/YZyxrlSE/34lshIr0dQy3NWgCKR9JL8AMG1cFzGQtexLZanO/XgmDCCzWiix ZUJvJ7Rj3+aVJTuouf73MuRLr8MUbdglukzyGynNTUxisM9ACiBluqCvgBIkBIIGUZ 3VXYAX122fMqRXSk2Q9RC+YMQ1ixSBS2UYStiyrO9bHef/s6MK55dUSNShlxUNXaTZ JnoVNb7VXMyN1eX7jwpKARi6sJsxmg80h3iq+PkXcey3Q04quC5a/H2eXvZ2LxJhLq bIDLGEeHlF7WMh07At0CBo2YyyykUIBs/VsPAvjpUuBEvNkn621l0Fj0xBIpLKDAjc r0k3rtEncckhA== Date: Wed, 16 Jun 2021 14:00:38 -0700 From: Eric Biggers To: "Darrick J. Wong" Cc: guaneryu@gmail.com, Allison Henderson , Chandan Babu R , linux-xfs@vger.kernel.org, fstests@vger.kernel.org, guan@eryu.me, amir73il@gmail.com Subject: Re: [PATCH 13/13] misc: update documentation to reflect auto-generated group files Message-ID: References: <162370433910.3800603.9623820748404628250.stgit@locust> <162370441083.3800603.11964136184573090396.stgit@locust> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <162370441083.3800603.11964136184573090396.stgit@locust> Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org On Mon, Jun 14, 2021 at 02:00:10PM -0700, Darrick J. Wong wrote: > + 6. Test group membership: Each test can be associated with any number > + of groups for convenient selection of subsets of tests. Test names > + can be any sequence of non-whitespace characters. I think this should be "Test group names", not "Test names"? - Eric