From: Peter van Dijk Date: Wed, 25 Jul 2018 16:13:04 +0000 (+0200) Subject: skip recursor SNMP testing in buildbot X-Git-Tag: dnsdist-1.3.3~181^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e204f700718a7a502bc98c8b65e6848e1c419975;p=pdns skip recursor SNMP testing in buildbot --- diff --git a/build-scripts/test-recursor b/build-scripts/test-recursor index 0fcfc9db7..6c3164576 100755 --- a/build-scripts/test-recursor +++ b/build-scripts/test-recursor @@ -60,7 +60,7 @@ sleep 3 ./clean.sh cd ../regression-tests.recursor-dnssec -./runtests || EXIT=1 +./runtests -e SNMP || EXIT=1 ./printlogs.py || true exit $EXIT