commit | 430865fe261ffef76031c8c1b45388e257bd0488 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Tue Mar 18 17:58:37 2008 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Tue Mar 18 17:58:37 2008 +0000 |
tree | d60173ea42a857107c10328d3aaa9082c9b1fe5e | |
parent | e39b975701818dec30d3e9eeac33b7f7a0da9ccc [diff] |
Remove unnused vars that I missed in previous removal of output file generation.
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 @@ 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: