diff mbox series

[2/7] btrfs: add 125 to the auto and quick groups

Message ID 20230209051355.358942-3-hch@lst.de (mailing list archive)
State New, archived
Headers show
Series [1/7] btrfs: add 198 and 219 to the auto group | expand

Commit Message

Christoph Hellwig Feb. 9, 2023, 5:13 a.m. UTC
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>
---
 tests/btrfs/125 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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