Message ID | 20240729142027.430744-1-hch@lst.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] add more tests to the growfs group | expand |
On Mon, Jul 29, 2024 at 07:20:26AM -0700, Christoph Hellwig wrote: > xfs/127 xfs/233 exercises growfs behavior, add them to the growfs group. > > Signed-off-by: Christoph Hellwig <hch@lst.de> Looks good to me, Reviewed-by: Darrick J. Wong <djwong@kernel.org> --D > --- > tests/xfs/127 | 2 +- > tests/xfs/233 | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/tests/xfs/127 b/tests/xfs/127 > index b690ab0d5..4f008efdb 100755 > --- a/tests/xfs/127 > +++ b/tests/xfs/127 > @@ -7,7 +7,7 @@ > # Tests xfs_growfs on a reflinked filesystem > # > . ./common/preamble > -_begin_fstest auto quick clone > +_begin_fstest auto quick clone growfs > > # Import common functions. > . ./common/filter > diff --git a/tests/xfs/233 b/tests/xfs/233 > index 1f691e20f..5d2c10e7d 100755 > --- a/tests/xfs/233 > +++ b/tests/xfs/233 > @@ -7,7 +7,7 @@ > # Tests xfs_growfs on a rmapbt filesystem > # > . ./common/preamble > -_begin_fstest auto quick rmap > +_begin_fstest auto quick rmap growfs > > # Import common functions. > . ./common/filter > -- > 2.43.0 > >
diff --git a/tests/xfs/127 b/tests/xfs/127 index b690ab0d5..4f008efdb 100755 --- a/tests/xfs/127 +++ b/tests/xfs/127 @@ -7,7 +7,7 @@ # Tests xfs_growfs on a reflinked filesystem # . ./common/preamble -_begin_fstest auto quick clone +_begin_fstest auto quick clone growfs # Import common functions. . ./common/filter diff --git a/tests/xfs/233 b/tests/xfs/233 index 1f691e20f..5d2c10e7d 100755 --- a/tests/xfs/233 +++ b/tests/xfs/233 @@ -7,7 +7,7 @@ # Tests xfs_growfs on a rmapbt filesystem # . ./common/preamble -_begin_fstest auto quick rmap +_begin_fstest auto quick rmap growfs # Import common functions. . ./common/filter
xfs/127 xfs/233 exercises growfs behavior, add them to the growfs group. Signed-off-by: Christoph Hellwig <hch@lst.de> --- tests/xfs/127 | 2 +- tests/xfs/233 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)