From 2e023a5699938b1dfe1b23c732cd85c00a34d94d Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Thu, 18 Apr 2019 10:18:32 +0000 Subject: [PATCH] Printout with exit code. git-svn-id: file:///svn/unbound/trunk@5168 be551aaa-1e26-0410-a405-d3ace91eadb9 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3