Printout with exit code.

git-svn-id: file:///svn/unbound/trunk@5168 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2019-04-18 10:18:32 +00:00
parent 1c1fc36d76
commit 2e023a5699

View file

@ -13,4 +13,4 @@ script:
- ./configure --enable-debug
- make
- make test
- cd testdata; ../testcode/mini_tdir.sh exe clang-analysis.tdir ; grep -e "warning:" -e "error:" result.clang-analysis
- cd testdata; ../testcode/mini_tdir.sh exe clang-analysis.tdir ; if grep -e "warning:" -e "error:" result.clang-analysis ; then exit 1; else exit 0; fi