Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/littlefs-project/littlefs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Haster <chaster@utexas.edu>2018-01-21 04:08:20 +0300
committerChristopher Haster <chaster@utexas.edu>2018-01-21 04:22:38 +0300
commit2ad435ed6309096979d6f90aa762632d23202a42 (patch)
treec87021a4701fc8413c25bb431a3604ccf2681157
parent1fb6a195206db4927e19fc27372553957da3d515 (diff)
Added files test to littlefs-fuse tests in Travisv1.1
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c17af8b..eb904c9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,7 +27,7 @@ script:
- cp -r $(git ls-tree --name-only HEAD) mount/littlefs
- cd mount/littlefs
- ls
- - make -B test_dirs QUIET=1
+ - make -B test_dirs test_files QUIET=1
before_install:
- fusermount -V