Kaydet (Commit) e4a252ef authored tarafından Barry Warsaw's avatar Barry Warsaw

Directory for test output files: Output => output

üst 2e644a0f
...@@ -10,7 +10,7 @@ run. If a difference is noticed it raises an exception; if all is ...@@ -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. 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 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 search path for modules (sys.path, initialized from $PYTHONPATH plus
some default places). some default places).
...@@ -128,7 +128,7 @@ def main(): ...@@ -128,7 +128,7 @@ def main():
warn = 1 warn = 1
# find the output directory # find the output directory
outdir = findfile('Output') outdir = findfile('output')
if args: if args:
tests = args tests = args
else: else:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment