From 3078d38df9432f874fbd332f8f66a4a25f34851e Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Wed, 25 Jul 2018 18:13:04 +0200 Subject: [PATCH] skip recursor SNMP testing in buildbot (cherry picked from commit e204f700718a7a502bc98c8b65e6848e1c419975) --- build-scripts/test-recursor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0