diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-05-05 17:54:01 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-05-05 17:54:01 (GMT) |
commit | 5f2e0e5ccb988cdf65137034b33ee57198cc23b9 (patch) | |
tree | ee48e39014c28c79479ad85d57a7e715ae1274c3 | |
parent | c3ad68c88a5c7eab2c70fa3a58aab547f60f61e0 (diff) | |
download | cpython-5f2e0e5ccb988cdf65137034b33ee57198cc23b9.zip cpython-5f2e0e5ccb988cdf65137034b33ee57198cc23b9.tar.gz cpython-5f2e0e5ccb988cdf65137034b33ee57198cc23b9.tar.bz2 |
Revert bogus checkin in r62724 to that file.
-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 d8d6590..b092bd9 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -1,6 +1,6 @@ #! /usr/bin/env python -"""Regression test driver. +"""Regression test. This will find all modules whose name is "test_*" in the test directory, and run them. Various command line options provide |