diff options
-rw-r--r-- | tests-extra/tools/dnstest/test.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests-extra/tools/dnstest/test.py b/tests-extra/tools/dnstest/test.py index 4144d196e..90ca1f9e3 100644 --- a/tests-extra/tools/dnstest/test.py +++ b/tests-extra/tools/dnstest/test.py @@ -284,6 +284,7 @@ class Test(object): if not server.listening(): self.stop(kill=True) self.start() + break self.start_tries = 0 |