]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
generic: add 251 to the auto group
authorChristoph Hellwig <hch@lst.de>
Thu, 9 Feb 2023 05:13:54 +0000 (06:13 +0100)
committerZorro Lang <zlang@kernel.org>
Sat, 11 Feb 2023 04:46:47 +0000 (12:46 +0800)
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>
tests/generic/251

index 192ab5cc31e706fedbc187f09a3ecb048e0cc866..2a271cd126cd5ca6e01ade78ffc68a96d8b4ab94 100755 (executable)
@@ -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