From 6f5918f03b991dfb76edebc8c90678b2821b9396 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 15 Oct 2009 23:14:51 +0200 Subject: [PATCH] fix formatting of session log output --HG-- branch : trunk --- _py/test/plugin/pytest_pastebin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_py/test/plugin/pytest_pastebin.py b/_py/test/plugin/pytest_pastebin.py index 44bba02b1..0fa5a573b 100644 --- a/_py/test/plugin/pytest_pastebin.py +++ b/_py/test/plugin/pytest_pastebin.py @@ -53,7 +53,7 @@ def pytest_unconfigure(config): del config._pastebinfile proxyid = getproxy().newPaste("python", sessionlog) pastebinurl = "%s%s" % (url.show, proxyid) - sys.stderr.write("session-log: %s" % pastebinurl) + sys.stderr.write("pastebin session-log: %s\n" % pastebinurl) tr = config.pluginmanager.impname2plugin['terminalreporter'] del tr._tw.__dict__['write']