public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
From: "Darrick J. Wong" <djwong@kernel.org>
To: Yong Sun <yosun@suse.com>
Cc: fstests@vger.kernel.org
Subject: Re: [PATCH] generic/270: replace pidwait to wait
Date: Fri, 31 Oct 2025 08:29:24 -0700	[thread overview]
Message-ID: <20251031152924.GB6178@frogsfrogsfrogs> (raw)
In-Reply-To: <20251031092729.73144-1-yosun@suse.com>

On Fri, Oct 31, 2025 at 05:27:29PM +0800, Yong Sun wrote:
> Some system without command pidwait run generic/270 will fail with
> "pidwait: command not found". Replace pidwait to wait could solve it.
> 
> Signed-off-by: Yong Sun <yosun@suse.com>

Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>

--D

> ---
>  tests/generic/270 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/generic/270 b/tests/generic/270
> index ce515920..c3d5127a 100755
> --- a/tests/generic/270
> +++ b/tests/generic/270
> @@ -51,7 +51,7 @@ _workout()
>  	done
>  
>  	_pkill -PIPE -f fsstress
> -	pidwait $_FSSTRESS_PID
> +	wait $_FSSTRESS_PID
>  	return 0
>  }
>  
> -- 
> 2.51.0
> 
> 

      reply	other threads:[~2025-10-31 15:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-31  9:27 [PATCH] generic/270: replace pidwait to wait Yong Sun
2025-10-31 15:29 ` Darrick J. Wong [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251031152924.GB6178@frogsfrogsfrogs \
    --to=djwong@kernel.org \
    --cc=fstests@vger.kernel.org \
    --cc=yosun@suse.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox