diff mbox series

[2/2] btrfs/048: add missing groups 'subvol', 'snapshot' and 'send'

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

Commit Message

Filipe Manana Dec. 4, 2023, 3:45 p.m. UTC
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>
---
 tests/btrfs/048 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Zorro Lang Dec. 4, 2023, 6:03 p.m. UTC | #1
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 mbox series

Patch

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()