From 5c5ddbe85973cfbcbaed52e20000d41ee5d7a0cc Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Wed, 1 May 2019 13:34:45 +0200 Subject: [PATCH] - Nicer travis output for clang analysis. --- .travis.yml | 2 +- doc/Changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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,