]> git.ipfire.org Git - thirdparty/json-c.git/commit
tests: add `set -e` specifier to bail early on build run
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Mon, 10 Jul 2017 09:01:56 +0000 (12:01 +0300)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Tue, 11 Jul 2017 07:38:25 +0000 (10:38 +0300)
commitba8625a7016ba9bdbb4de1f7c461f67bccd1e9e2
treef13443313484c782a62d8c3b8c46dd1ddd2d08d7
parentdd8dcb82289fed35f57e921583180ca16f2a8513
tests: add `set -e` specifier to bail early on build run

Seems that test1 is failing, but travis is not catching it.
Likely, this is because the `cppcheck` returns success
and we need to bail on the `make check` step.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
.travis.yml