aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2023-08-04 14:17:48 -0700
committerZorro Lang <zlang@kernel.org>2023-08-05 21:52:25 +0800
commitd542fbc4ccef64887c5750a500b00318ffc3a7ff (patch)
tree56687cb584d41976f2733abfe6f9c561a7fe7863
parenta0c36009103b8addf50a860a60028227723f26ca (diff)
downloadxfstests-dev-d542fbc4ccef64887c5750a500b00318ffc3a7ff.tar.gz
generic/642: fix SOAK_DURATION usage in generic/642
Misspelled variable name. Yay bash. Fixes: 3e85dd4fe4 ("misc: add duration for long soak tests") Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Zorro Lang <zlang@redhat.com> Signed-off-by: Zorro Lang <zlang@kernel.org>
-rwxr-xr-xtests/generic/6422
1 files changed, 1 insertions, 1 deletions
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