summaryrefslogtreecommitdiff
path: root/tests/btrfs
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2023-02-09 06:13:50 +0100
committerZorro Lang <zlang@kernel.org>2023-02-11 12:41:57 +0800
commite7abef0c69c7ea05078f0e8e94a42097eef9c788 (patch)
tree4a08071a7f7973367d892371209b3cdf8308448a /tests/btrfs
parentfe85ceeba5f557bdd0b86b2f98fa104d7a775279 (diff)
btrfs: add 125 to the auto and quick groups
btrfs/125 runs in 5 seconds on my VM setup, and found a regression in a recent series. Add it to the auto and quick groups. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Anand Jain <anand.jain@oracle.com> Reviewed-by: Zorro Lang <zlang@redhat.com> Signed-off-by: Zorro Lang <zlang@kernel.org>
Diffstat (limited to 'tests/btrfs')
-rwxr-xr-xtests/btrfs/1252
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/btrfs/125 b/tests/btrfs/125
index b58f2aa2..1b6e5d78 100755
--- a/tests/btrfs/125
+++ b/tests/btrfs/125
@@ -22,7 +22,7 @@
# Verify if all three checkpoints match
#
. ./common/preamble
-_begin_fstest replace volume balance
+_begin_fstest replace volume balance auto quick
# Override the default cleanup function.
_cleanup()