Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
a7047de1
Commit
a7047de1
authored
Jul 13, 2011
by
Stephen Morris
Browse files
[trac1024] Route messages to default destination for xfrin tests
parent
71eee6e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/xfrin/tests/xfrin_test.py
View file @
a7047de1
...
...
@@ -18,6 +18,7 @@ import socket
import
io
from
isc.testutils.tsigctx_mock
import
MockTSIGContext
from
xfrin
import
*
import
isc.log
#
# Commonly used (mostly constant) test parameters
...
...
@@ -1115,6 +1116,7 @@ class TestMain(unittest.TestCase):
if
__name__
==
"__main__"
:
try
:
isc
.
log
.
resetUnitTestRootLogger
()
unittest
.
main
()
except
KeyboardInterrupt
as
e
:
print
(
e
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment