mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Remove unnused vars that I missed in previous removal of output file generation.
This commit is contained in:
parent
e39b975701
commit
430865fe26
1 changed files with 0 additions and 2 deletions
|
@ -576,8 +576,6 @@ def runtest_inner(test, generate, verbose, quiet, test_times,
|
||||||
test_support.unload(test)
|
test_support.unload(test)
|
||||||
if not testdir:
|
if not testdir:
|
||||||
testdir = findtestdir()
|
testdir = findtestdir()
|
||||||
outputdir = os.path.join(testdir, "output")
|
|
||||||
outputfile = os.path.join(outputdir, test)
|
|
||||||
if verbose:
|
if verbose:
|
||||||
cfp = None
|
cfp = None
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue