]> granicus.if.org Git - python/commitdiff
Directory for test output files: Output => output
authorBarry Warsaw <barry@python.org>
Tue, 10 Dec 1996 23:19:14 +0000 (23:19 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 10 Dec 1996 23:19:14 +0000 (23:19 +0000)
Lib/test/autotest.py

index 0d2fa8e15e0cd055d99396df3953f36b9953d4c0..4b15c2639cee6fa60aa7a15b5bf82ce89a4b674e 100644 (file)
@@ -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: