[Python-3000-checkins] r61533 - python/branches/py3k/Lib/test/regrtest.py

neal.norwitz python-3000-checkins at python.org
Tue Mar 18 18:58:38 CET 2008


Author: neal.norwitz
Date: Tue Mar 18 18:58:37 2008
New Revision: 61533

Modified:
   python/branches/py3k/Lib/test/regrtest.py
Log:
Remove unnused vars that I missed in previous removal of output file generation.

Modified: python/branches/py3k/Lib/test/regrtest.py
==============================================================================
--- python/branches/py3k/Lib/test/regrtest.py	(original)
+++ python/branches/py3k/Lib/test/regrtest.py	Tue Mar 18 18:58:37 2008
@@ -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:


More information about the Python-3000-checkins mailing list