Fail travis when nested test cases fail
This commit is contained in:
parent
94244d047b
commit
ab1d2ee9a3
@ -44,12 +44,12 @@ script:
|
|||||||
- ./test/gitversion/gitversion-test
|
- ./test/gitversion/gitversion-test
|
||||||
- ./test/cpp-utils/cpp-utils-test
|
- ./test/cpp-utils/cpp-utils-test
|
||||||
# TODO Also run on osx once fixed
|
# TODO Also run on osx once fixed
|
||||||
- if [ "${TRAVIS_OS_NAME}" == "linux" ]; then ./run_with_fuse.sh ./test/fspp/fspp-test ; fi
|
- if [ "${TRAVIS_OS_NAME}" == "linux" ]; then ./run_with_fuse.sh ./test/fspp/fspp-test || exit 1; fi
|
||||||
- ./test/parallelaccessstore/parallelaccessstore-test
|
- ./test/parallelaccessstore/parallelaccessstore-test
|
||||||
- ./test/blockstore/blockstore-test
|
- ./test/blockstore/blockstore-test
|
||||||
- ./test/blobstore/blobstore-test
|
- ./test/blobstore/blobstore-test
|
||||||
# TODO Also run on osx once fixed
|
# 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-test || exit 1; fi
|
||||||
- if [ "${TRAVIS_OS_NAME}" == "linux"]; then ./test/cryfs-cli/cryfs-cli-test ; fi
|
- if [ "${TRAVIS_OS_NAME}" == "linux"]; then ./test/cryfs-cli/cryfs-cli-test || exit 1; fi
|
||||||
after_script:
|
after_script:
|
||||||
- rm run_with_fuse.sh
|
- rm run_with_fuse.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user