From: Kees Monshouwer Date: Tue, 28 Jul 2015 12:44:41 +0000 (+0200) Subject: enable nobacked regression tests in travis.yml X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~58^2~8^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c47f5972d128c9ebb6d580de486b09a8174626c;p=pdns enable nobacked regression tests in travis.yml --- diff --git a/.travis.yml b/.travis.yml index 45c35ad10..278d09f51 100644 --- a/.travis.yml +++ b/.travis.yml @@ -184,8 +184,8 @@ script: - rm -f tests/verify-dnssec-zone/skip.optout #DNSName - THRESHOLD=90 TRACE=no ./timestamp ./recursor-test 5300 - cd ../regression-tests.nobackend/ -#DNSName - ./runtests -#DNSName - test ! -s ./failed_tests + - ./runtests + - test ! -s ./failed_tests - cd .. - git status # - git status | grep -q clean