[pypy-svn] r58109 - in pypy/branch/pypy-pytrunk/pypy: . tool/pytest tool/pytest/test

pedronis at codespeak.net pedronis at codespeak.net
Sat Sep 13 16:29:57 CEST 2008


Author: pedronis
Date: Sat Sep 13 16:29:56 2008
New Revision: 58109

Removed:
   pypy/branch/pypy-pytrunk/pypy/tool/pytest/filelog.py
   pypy/branch/pypy-pytrunk/pypy/tool/pytest/test/test_filelog.py
Modified:
   pypy/branch/pypy-pytrunk/pypy/conftest.py
Log:
WIP moving filelog to py/contrib



Modified: pypy/branch/pypy-pytrunk/pypy/conftest.py
==============================================================================
--- pypy/branch/pypy-pytrunk/pypy/conftest.py	(original)
+++ pypy/branch/pypy-pytrunk/pypy/conftest.py	Sat Sep 13 16:29:56 2008
@@ -30,9 +30,9 @@
         Option('--direct', action="store_true",
                default=False, dest="rundirect",
                help="run pexpect tests directly"),
-        Option('--filelog', action="store",
-               default=None, dest="filelog",
-               help="path for FileLogSession logging")
+#        Option('--filelog', action="store",
+#               default=None, dest="filelog",
+#               help="path for FileLogSession logging")
     )
 
 _SPACECACHE={}
@@ -498,4 +498,4 @@
         return (py.test.collect.Directory.recfilter(self, path)
                 and path.check(link=0))
 
-from pypy.tool.pytest.filelog import FileLogSession
+#from pypy.tool.pytest.filelog import FileLogSession



More information about the Pypy-commit mailing list