(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:
Barry Warsaw 1996-12-16 23:42:35 +00:00
parent 63a0c376ea
commit af0a1a6530
2 changed files with 17 additions and 6 deletions

View file

@ -24,6 +24,7 @@ tests = ['test_grammar',
'test_struct',
'test_errno',
'test_dl',
'test_thread',
]
if __name__ == '__main__':