mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +00:00
Provide more debug output, to diagnose OpenBSD test failures.
This commit is contained in:
parent
04904faac5
commit
c667d052e5
1 changed files with 1 additions and 1 deletions
|
|
@ -270,7 +270,7 @@ class GeneralModuleTests(unittest.TestCase):
|
|||
all_host_names = [hostname, hname] + aliases
|
||||
fqhn = socket.getfqdn()
|
||||
if not fqhn in all_host_names:
|
||||
self.fail("Error testing host resolution mechanisms.")
|
||||
self.fail("Error testing host resolution mechanisms. (fqdn: %s, all: %s)" % (fqdn, repr(all_host_names)))
|
||||
|
||||
def testRefCountGetNameInfo(self):
|
||||
# Testing reference count for getnameinfo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue