From: Peter van Dijk Date: Fri, 13 Nov 2020 16:03:17 +0000 (+0100) Subject: recursor DNSSEC regression tests: skip debug cachedump X-Git-Tag: rec-4.4.6^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cb3178f8e26cafeaba51eec4119b9287179f734;p=thirdparty%2Fpdns.git recursor DNSSEC regression tests: skip debug cachedump (cherry picked from commit 15a0444746472826ba88439407f0234f5f17ba2f) --- diff --git a/regression-tests.recursor-dnssec/test_RoutingTag.py b/regression-tests.recursor-dnssec/test_RoutingTag.py index fce86177f2..cac1cb854a 100644 --- a/regression-tests.recursor-dnssec/test_RoutingTag.py +++ b/regression-tests.recursor-dnssec/test_RoutingTag.py @@ -165,7 +165,7 @@ end query = dns.message.make_query(nameECS, 'TXT', 'IN') self.sendECSQuery(query, expected2) - #return # remove this line to peek at cache + return # remove this line to peek at cache rec_controlCmd = [os.environ['RECCONTROL'], '--config-dir=%s' % 'configs/' + self._confdir, 'dump-cache x']