From: W.C.A. Wijngaards Date: Wed, 1 May 2019 11:34:45 +0000 (+0200) Subject: - Nicer travis output for clang analysis. X-Git-Tag: release-1.9.2rc1~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c5ddbe85973cfbcbaed52e20000d41ee5d7a0cc;p=thirdparty%2Funbound.git - Nicer travis output for clang analysis. --- diff --git a/.travis.yml b/.travis.yml index 63c390606..c8385749a 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/clang-analysis.tdir; sh clang-analysis.test) diff --git a/doc/Changelog b/doc/Changelog index 7db9d0a77..e85b4c1d2 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,5 +1,6 @@ 1 May 2019: Wouter - Update makedist for git. + - Nicer travis output for clang analysis. 25 April 2019: Wouter - Fix wrong query name in local zone redirect answers with a CNAME,