mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
(test_thread.py): modifications to quiet it up when not running as a script.
(testall.py): added test_thread to the list of regression tests.
This commit is contained in:
parent
63a0c376ea
commit
af0a1a6530
2 changed files with 17 additions and 6 deletions
|
|
@ -24,6 +24,7 @@ tests = ['test_grammar',
|
|||
'test_struct',
|
||||
'test_errno',
|
||||
'test_dl',
|
||||
'test_thread',
|
||||
]
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue