Commit f64317e0 authored by Antoine Pitrou's avatar Antoine Pitrou

Temporary debug printout for buildbots

parent 8227045b
...@@ -1905,6 +1905,11 @@ def test_main(): ...@@ -1905,6 +1905,11 @@ def test_main():
tests.append(TIPCTest) tests.append(TIPCTest)
tests.append(TIPCThreadableTest) tests.append(TIPCThreadableTest)
if support.verbose:
import pprint
print("== Errno map:")
pprint.pprint(errno.errorcode)
thread_info = support.threading_setup() thread_info = support.threading_setup()
support.run_unittest(*tests) support.run_unittest(*tests)
support.threading_cleanup(*thread_info) support.threading_cleanup(*thread_info)
......
Markdown is supported
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