btrfs-progs: tests: mkfs/008 mkfs with force
[platform/upstream/btrfs-progs.git] / .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"