diff options
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-x | Lib/test/regrtest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 20407f8..6160b3d 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -93,7 +93,7 @@ resources to test. Currently only the following are defined: in the standard library and test suite. This takes a long time. - subprocess Run all tests for the subprocess module. + subprocess Run all tests for the subprocess module. To enable all resources except one, use '-uall,-<resource>'. For example, to run all the tests except for the bsddb tests, give the |