public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
From: "Darrick J. Wong" <djwong@kernel.org>
To: Christoph Hellwig <hch@lst.de>
Cc: zlang@kernel.org, linux-xfs@vger.kernel.org,
	fstests <fstests@vger.kernel.org>
Subject: Re: [PATCH] xfs/841: fix the fsstress invocation
Date: Mon, 26 Jan 2026 11:44:04 -0800	[thread overview]
Message-ID: <20260126194404.GY5945@frogsfrogsfrogs> (raw)
In-Reply-To: <20260126130816.11494-1-hch@lst.de>

[cc fstests]

On Mon, Jan 26, 2026 at 02:08:16PM +0100, Christoph Hellwig wrote:
> xfs/841 fails for me with:
> 
> +/root/xfstests-dev/tests/xfs/841: line 79: -f: command not found
> 
> Looks like the recent edits missed a \ escape.  Fix that.
> 
> Signed-off-by: Christoph Hellwig <hch@lst.de>

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

--D

> ---
>  tests/xfs/841 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/xfs/841 b/tests/xfs/841
> index b4bf538f1526..ee2368d4a746 100755
> --- a/tests/xfs/841
> +++ b/tests/xfs/841
> @@ -64,7 +64,7 @@ _create_proto_dir()
>  	rm -rf "$PROTO_DIR"
>  	mkdir -p "$PROTO_DIR"
>  
> -	FSSTRESS_ARGS=`_scale_fsstress_args -d $PROTO_DIR -s 1 -n 2000 -p 2 -z
> +	FSSTRESS_ARGS=`_scale_fsstress_args -d $PROTO_DIR -s 1 -n 2000 -p 2 -z \
>  		-f creat=15 \
>  		-f mkdir=8 \
>  		-f write=15 \
> -- 
> 2.47.3
> 
> 

       reply	other threads:[~2026-01-26 19:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20260126130816.11494-1-hch@lst.de>
2026-01-26 19:44 ` Darrick J. Wong [this message]
2026-01-29  8:27   ` [PATCH] xfs/841: fix the fsstress invocation Zorro Lang

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=20260126194404.GY5945@frogsfrogsfrogs \
    --to=djwong@kernel.org \
    --cc=fstests@vger.kernel.org \
    --cc=hch@lst.de \
    --cc=linux-xfs@vger.kernel.org \
    --cc=zlang@kernel.org \
    /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