From: Wouter Wijngaards Date: Thu, 18 Apr 2019 10:41:24 +0000 (+0000) Subject: Brackets to stop exiting from the build script. X-Git-Tag: final-svn-state~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cc54b080ad57e98d907ce804e14bbf625402ebb;p=thirdparty%2Funbound.git Brackets to stop exiting from the build script. git-svn-id: file:///svn/unbound/trunk@5170 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/.travis.yml b/.travis.yml index ed91d18d3..63c390606 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,4 +13,4 @@ script: - ./configure --enable-debug --disable-flto - make - make test - - 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 + - (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)