parent
541b35270f
commit
1cb83de0ab
|
@ -207,9 +207,10 @@ class TerminalReporter:
|
||||||
msg += " -- " + str(sys.executable)
|
msg += " -- " + str(sys.executable)
|
||||||
self.write_line(msg)
|
self.write_line(msg)
|
||||||
|
|
||||||
rev = py.__pkg__.getrev()
|
if self.config.option.debug or self.config.option.traceconfig:
|
||||||
self.write_line("using py lib: %s <rev %s>" % (
|
rev = py.__pkg__.getrev()
|
||||||
py.path.local(py.__file__).dirpath(), rev))
|
self.write_line("using py lib: %s <rev %s>" % (
|
||||||
|
py.path.local(py.__file__).dirpath(), rev))
|
||||||
if self.config.option.traceconfig:
|
if self.config.option.traceconfig:
|
||||||
plugins = []
|
plugins = []
|
||||||
for plugin in self.config.pluginmanager.comregistry:
|
for plugin in self.config.pluginmanager.comregistry:
|
||||||
|
|
Loading…
Reference in New Issue