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:
David Sterba 2020-09-02 22:46:25 +02:00
parent c08983291e
commit cfe26cca7a

View File

@ -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