mirror of
https://github.com/kdave/btrfs-progs
synced 2025-01-30 17:31:43 +00:00
btrfs-progs: tests: enable check lowmem in travis CI
We missed some regressions because the lowmem mode was not run in the CI tests. This is partially due to the incomplete implementation but we have exceptions for the --repair mode in the tests. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
6f5c62fbf5
commit
c096077be3
@ -84,5 +84,6 @@ script:
|
||||
- "if travis/should-run-test; then make TEST_LOG=dump test-cli; fi"
|
||||
- "if travis/should-run-test; then make TEST_LOG=dump test-mkfs; fi"
|
||||
- "if travis/should-run-test; then make TEST_LOG=dump test-check; fi"
|
||||
- "if travis/should-run-test; then make TEST_LOG=dump TEST_ENABLE_OVERRIDE=true TEST_ARGS_CHECK=--mode=lowmem test-check; fi"
|
||||
- "if travis/should-run-test; then make TEST_LOG=dump test-misc; fi"
|
||||
- "if [ $TRAVIS_BRANCH = release-test ]; then make TEST_LOG=dump test-convert; fi"
|
||||
|
Loading…
Reference in New Issue
Block a user