From: bert hubert Date: Tue, 22 Mar 2016 08:32:51 +0000 (+0100) Subject: actually fail if the recursor tests fail X-Git-Tag: dnsdist-1.0.0-beta1~75^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=114811e4f9fa7635d32ebe396ba24a43fe3277f5;p=thirdparty%2Fpdns.git actually fail if the recursor tests fail --- diff --git a/.travis.yml b/.travis.yml index e3fb2b4b3d..a5227b1d85 100644 --- a/.travis.yml +++ b/.travis.yml @@ -280,7 +280,7 @@ script: - sleep 3 - svstat configs/* - ./runtests - #DNSName: - test ! -s ./failed_tests + - test ! -s ./failed_tests - ./stop.sh - sleep 3 - ./clean.sh