commit | af0a1a65308eee025c2a25d218d3de48de4d6a83 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Mon Dec 16 23:42:35 1996 +0000 |
committer | Barry Warsaw <barry@python.org> | Mon Dec 16 23:42:35 1996 +0000 |
tree | 5963c114ff2eee795fc2527dab10b06458b675aa | |
parent | 63a0c376ea97ca614e6b8c0cf847343e5e96377b [diff] [blame] |
(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.
diff --git a/Lib/test/testall.py b/Lib/test/testall.py index 94620e7..6d3b86f 100644 --- a/Lib/test/testall.py +++ b/Lib/test/testall.py
@@ -24,6 +24,7 @@ 'test_struct', 'test_errno', 'test_dl', + 'test_thread', ] if __name__ == '__main__':