diff options
author | Barry Warsaw <barry@python.org> | 1996-12-16 23:42:35 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1996-12-16 23:42:35 (GMT) |
commit | af0a1a65308eee025c2a25d218d3de48de4d6a83 (patch) | |
tree | 5963c114ff2eee795fc2527dab10b06458b675aa /Lib/test/testall.py | |
parent | 63a0c376ea97ca614e6b8c0cf847343e5e96377b (diff) | |
download | cpython-af0a1a65308eee025c2a25d218d3de48de4d6a83.zip cpython-af0a1a65308eee025c2a25d218d3de48de4d6a83.tar.gz cpython-af0a1a65308eee025c2a25d218d3de48de4d6a83.tar.bz2 |
(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.
Diffstat (limited to 'Lib/test/testall.py')
-rw-r--r-- | Lib/test/testall.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ tests = ['test_grammar', 'test_struct', 'test_errno', 'test_dl', + 'test_thread', ] if __name__ == '__main__': |