diff options
author | Barry Warsaw <barry@python.org> | 1996-12-10 23:19:14 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1996-12-10 23:19:14 (GMT) |
commit | e4a252ef88bd788db6a0712b088ff128aa33d15d (patch) | |
tree | 6a30415862897e5d3a85f9729097f888f660345a /Lib/test/autotest.py | |
parent | 2e644a0f8653caea88b0143a36c9a3ba5a836f73 (diff) | |
download | cpython-e4a252ef88bd788db6a0712b088ff128aa33d15d.zip cpython-e4a252ef88bd788db6a0712b088ff128aa33d15d.tar.gz cpython-e4a252ef88bd788db6a0712b088ff128aa33d15d.tar.bz2 |
Directory for test output files: Output => output
Diffstat (limited to 'Lib/test/autotest.py')
-rw-r--r-- | Lib/test/autotest.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/autotest.py b/Lib/test/autotest.py index 0d2fa8e..4b15c26 100644 --- a/Lib/test/autotest.py +++ b/Lib/test/autotest.py @@ -10,7 +10,7 @@ run. If a difference is noticed it raises an exception; if all is well, it prints nothing except 'All tests OK.' at the very end. The output from a previous run is supposed to be contained in separate -files (one per test) in the `Output' subdirectory somewhere on the +files (one per test) in the `output' subdirectory somewhere on the search path for modules (sys.path, initialized from $PYTHONPATH plus some default places). @@ -128,7 +128,7 @@ def main(): warn = 1 # find the output directory - outdir = findfile('Output') + outdir = findfile('output') if args: tests = args else: |