diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2008-03-18 17:58:37 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2008-03-18 17:58:37 (GMT) |
commit | 430865fe261ffef76031c8c1b45388e257bd0488 (patch) | |
tree | d60173ea42a857107c10328d3aaa9082c9b1fe5e /Lib/test | |
parent | e39b975701818dec30d3e9eeac33b7f7a0da9ccc (diff) | |
download | cpython-430865fe261ffef76031c8c1b45388e257bd0488.zip cpython-430865fe261ffef76031c8c1b45388e257bd0488.tar.gz cpython-430865fe261ffef76031c8c1b45388e257bd0488.tar.bz2 |
Remove unnused vars that I missed in previous removal of output file generation.
Diffstat (limited to 'Lib/test')
-rwxr-xr-x | Lib/test/regrtest.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index d67dd31..3e1a5bc 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -576,8 +576,6 @@ def runtest_inner(test, generate, verbose, quiet, test_times, test_support.unload(test) if not testdir: testdir = findtestdir() - outputdir = os.path.join(testdir, "output") - outputfile = os.path.join(outputdir, test) if verbose: cfp = None else: |