btrfs-progs: tests: enable check lowmem in travis CI
authorDavid Sterba <dsterba@suse.com>
Fri, 24 Nov 2017 14:32:13 +0000 (15:32 +0100)
committerDavid Sterba <dsterba@suse.com>
Wed, 3 Jan 2018 16:09:30 +0000 (17:09 +0100)
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>
.travis.yml

index aaca698..f9bd5eb 100644 (file)
@@ -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"