mirror of
https://github.com/kdave/btrfs-progs
synced 2025-02-11 15:16:57 +00:00
btrfs-progs: ci: enable free-space-tree for all mkfs tests
Run all mkfs tests with -R free-space-tree in case the kernel supports that (4.5+ required). Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
c08983291e
commit
cfe26cca7a
@ -79,6 +79,7 @@ script:
|
||||
- "if ci/should-run-test; then make TEST_LOG=dump test-mkfs; fi"
|
||||
- "if ci/should-run-test; then make TEST_LOG=dump test-check; fi"
|
||||
- "if ci/should-run-test; then make TEST_LOG=dump TEST_ENABLE_OVERRIDE=true TEST_ARGS_CHECK=--mode=lowmem test-check; fi"
|
||||
- "if [ ci/should-run-test -a -f /sys/fs/btrfs/features/free_space_tree ]; then make TEST_LOG=dump TEST_ENABLE_OVERRIDE=true TEST_ARGS_MKFS=--runtime-features=free-space-tree test-mkfs; fi"
|
||||
- "if ci/should-run-test; then make TEST_LOG=dump test-misc; fi"
|
||||
- "if ci/should-run-test; then make TEST_LOG=dump test-fuzz; fi"
|
||||
# long running tests
|
||||
|
Loading…
Reference in New Issue
Block a user