mirror of
https://github.com/python/cpython.git
synced 2025-09-18 14:40:43 +00:00
Temporary debug printout for buildbots
This commit is contained in:
parent
8227045bbe
commit
f64317e05f
1 changed files with 5 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue