Skip to content
Snippets Groups Projects
Commit 3f54b6e7 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

test-extra: replace tries with retry parameter in dig log

parent 068184d7
No related branches found
No related tags found
No related merge requests found
......@@ -388,7 +388,7 @@ class Server(object):
else:
dig_flags = "+tcp"
dig_flags += " +tries=%i" % tries
dig_flags += " +retry=%i" % (tries - 1)
# Set timeout.
if timeout is None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment