Message ID | bb893d210f2cb43467f219a817003cbd6b596b6c.1701704559.git.fdmanana@suse.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | fstests: add some missing groups to some btrfs tests | expand |
On Mon, Dec 04, 2023 at 03:45:11PM +0000, fdmanana@kernel.org wrote: > From: Filipe Manana <fdmanana@suse.com> > > This test case exercises subvolumes, snapshot and send/receive, so add > the corresponding groups to the test. > > Signed-off-by: Filipe Manana <fdmanana@suse.com> > --- Good to me, Reviewed-by: Zorro Lang <zlang@redhat.com> > tests/btrfs/048 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/btrfs/048 b/tests/btrfs/048 > index 7816a997..8a88b8cc 100755 > --- a/tests/btrfs/048 > +++ b/tests/btrfs/048 > @@ -11,7 +11,7 @@ > # btrfs: fix zstd compression parameter > # > . ./common/preamble > -_begin_fstest auto quick compress > +_begin_fstest auto quick compress subvol snapshot send > > # Override the default cleanup function. > _cleanup() > -- > 2.40.1 > >
diff --git a/tests/btrfs/048 b/tests/btrfs/048 index 7816a997..8a88b8cc 100755 --- a/tests/btrfs/048 +++ b/tests/btrfs/048 @@ -11,7 +11,7 @@ # btrfs: fix zstd compression parameter # . ./common/preamble -_begin_fstest auto quick compress +_begin_fstest auto quick compress subvol snapshot send # Override the default cleanup function. _cleanup()