From: Wouter Wijngaards Date: Thu, 18 Apr 2019 10:18:32 +0000 (+0000) Subject: Printout with exit code. X-Git-Tag: final-svn-state~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2e023a5699938b1dfe1b23c732cd85c00a34d94d;p=thirdparty%2Funbound.git Printout with exit code. git-svn-id: file:///svn/unbound/trunk@5168 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/.travis.yml b/.travis.yml index 7c32543dc..ca63dbc0f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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