From: Christoph Hellwig Date: Thu, 9 Feb 2023 05:13:54 +0000 (+0100) Subject: generic: add 251 to the auto group X-Git-Tag: v2023.02.12~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1e4bff9fedb766aad4d8b298687bbccc0e3533da;p=xfstests-dev.git 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 Reviewed-by: Darrick J. Wong Reviewed-by: Zorro Lang Signed-off-by: Zorro Lang --- 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