summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2017-11-24 15:32:13 +0100
committerDavid Sterba <dsterba@suse.com>2018-01-03 17:09:30 +0100
commit3f99647f8ed7d3e90dcef65eae4a308558a04621 (patch)
treeba15defcc5ae0aa5c0a4c71c4567082c407f59a5 /.travis.yml
parent263184c7d286efe5200939686818400d0e3afa5d (diff)
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>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index aaca6988..f9bd5eb9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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"