summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2023-02-09 06:13:54 +0100
committerZorro Lang <zlang@kernel.org>2023-02-11 12:46:47 +0800
commit1e4bff9fedb766aad4d8b298687bbccc0e3533da (patch)
tree9b15c9112e298766e78e256014a4b54d203ac2eb
parenta16be175026075e3da1b1fa5a75c19f521e7d9b4 (diff)
generic: add 251 to the auto group
generic/251 isn't dangerous, doesn't takes overly long to run and doesn't produce spurious failures, so add it to the auto group. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-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/2512
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/generic/251 b/tests/generic/251
index 192ab5cc..2a271cd1 100755
--- a/tests/generic/251
+++ b/tests/generic/251
@@ -10,7 +10,7 @@
# corrupts the filesystem (data/metadata).
#
. ./common/preamble
-_begin_fstest ioctl trim
+_begin_fstest ioctl trim auto
tmp=`mktemp -d`
trap "_cleanup; exit \$status" 0 1 3