Run correct cli test case

This commit is contained in:
Sebastian Messmer 2016-04-02 08:34:57 +02:00
parent 42ce5c94ec
commit 94244d047b

View File

@ -50,6 +50,6 @@ script:
- ./test/blobstore/blobstore-test
# TODO Also run on osx once fixed
- if [ "${TRAVIS_OS_NAME}" == "linux"]; then ./test/cryfs/cryfs-test ; fi
- if [ "${TRAVIS_OS_NAME}" == "linux"]; then ./test/cryfs/cryfs-cli-test ; fi
- if [ "${TRAVIS_OS_NAME}" == "linux"]; then ./test/cryfs-cli/cryfs-cli-test ; fi
after_script:
- rm run_with_fuse.sh