From: Peter van Dijk Date: Wed, 25 Jul 2018 16:13:04 +0000 (+0200) Subject: skip recursor SNMP testing in buildbot X-Git-Tag: rec-4.1.4^2~1^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3078d38df9432f874fbd332f8f66a4a25f34851e;p=pdns skip recursor SNMP testing in buildbot (cherry picked from commit e204f700718a7a502bc98c8b65e6848e1c419975) --- diff --git a/build-scripts/test-recursor b/build-scripts/test-recursor index b80c7cc7b..8c0120361 100755 --- a/build-scripts/test-recursor +++ b/build-scripts/test-recursor @@ -50,7 +50,7 @@ sleep 3 ./clean.sh cd ../regression-tests.recursor-dnssec -./runtests || EXIT=1 +./runtests -e SNMP || EXIT=1 ./printlogs.py || true exit $EXIT