Skip to content
Snippets Groups Projects
Commit 64bfb6a0 authored by Marek Vavruša's avatar Marek Vavruša
Browse files

tests: enable verbose logging

parent 004eabcf
Branches
Tags
No related merge requests found
......@@ -5,6 +5,7 @@ hints.root({['k.root-servers.net'] = '{{ROOT_ADDR}}'})
option('NO_MINIMIZE', {{NO_MINIMIZE}})
option('ALLOW_LOCAL', true)
validate.trust_anchor_add('{{TRUST_ANCHOR}}')
verbose(true)
-- Self-checks on globals
assert(help() ~= nil)
......
......@@ -304,8 +304,8 @@ class Step:
else:
if ctx.last_answer is None:
raise Exception("no answer from preceding query")
expected.match(ctx.last_answer)
dprint(ctx.last_answer.to_text())
expected.match(ctx.last_answer)
def __query(self, ctx, peeraddr):
""" Resolve a query. """
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment