public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] generic/642: fix SOAK_DURATION usage in generic/642
@ 2023-08-04 21:17 Darrick J. Wong
  2023-08-05  9:52 ` Zorro Lang
  0 siblings, 1 reply; 2+ messages in thread
From: Darrick J. Wong @ 2023-08-04 21:17 UTC (permalink / raw)
  To: Zorro Lang; +Cc: fstests, linux-xfs

From: Darrick J. Wong <djwong@kernel.org>

Misspelled variable name.  Yay bash.

Fixes: 3e85dd4fe4 ("misc: add duration for long soak tests")
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
---
 tests/generic/642 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/generic/642 b/tests/generic/642
index e6a475a8b5..4d0c41fd5d 100755
--- a/tests/generic/642
+++ b/tests/generic/642
@@ -49,7 +49,7 @@ for verb in attr_remove removefattr; do
 done
 args+=('-f' "setfattr=20")
 args+=('-f' "attr_set=60")	# sets larger xattrs
-test -n "$DURATION" && args+=(--duration="$DURATION")
+test -n "$SOAK_DURATION" && args+=(--duration="$SOAK_DURATION")
 
 $FSSTRESS_PROG "${args[@]}" $FSSTRESS_AVOID -d $SCRATCH_MNT -n $nr_ops -p $nr_cpus >> $seqres.full
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] generic/642: fix SOAK_DURATION usage in generic/642
  2023-08-04 21:17 [PATCH] generic/642: fix SOAK_DURATION usage in generic/642 Darrick J. Wong
@ 2023-08-05  9:52 ` Zorro Lang
  0 siblings, 0 replies; 2+ messages in thread
From: Zorro Lang @ 2023-08-05  9:52 UTC (permalink / raw)
  To: Darrick J. Wong; +Cc: fstests, linux-xfs

On Fri, Aug 04, 2023 at 02:17:48PM -0700, Darrick J. Wong wrote:
> From: Darrick J. Wong <djwong@kernel.org>
> 
> Misspelled variable name.  Yay bash.
> 
> Fixes: 3e85dd4fe4 ("misc: add duration for long soak tests")
> Signed-off-by: Darrick J. Wong <djwong@kernel.org>
> ---

Quick fix, will merge it in the release this week, Thanks!

Reviewed-by: Zorro Lang <zlang@redhat.com>

>  tests/generic/642 |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/generic/642 b/tests/generic/642
> index e6a475a8b5..4d0c41fd5d 100755
> --- a/tests/generic/642
> +++ b/tests/generic/642
> @@ -49,7 +49,7 @@ for verb in attr_remove removefattr; do
>  done
>  args+=('-f' "setfattr=20")
>  args+=('-f' "attr_set=60")	# sets larger xattrs
> -test -n "$DURATION" && args+=(--duration="$DURATION")
> +test -n "$SOAK_DURATION" && args+=(--duration="$SOAK_DURATION")
>  
>  $FSSTRESS_PROG "${args[@]}" $FSSTRESS_AVOID -d $SCRATCH_MNT -n $nr_ops -p $nr_cpus >> $seqres.full
>  
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-05  9:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-04 21:17 [PATCH] generic/642: fix SOAK_DURATION usage in generic/642 Darrick J. Wong
2023-08-05  9:52 ` Zorro Lang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox