remove usage of final_logerrors now that we have better teardown information

This commit is contained in:
holger krekel
2011-12-02 21:03:58 +00:00
parent 1f6d410481
commit 8c6fea9895
6 changed files with 5 additions and 15 deletions

View File

@@ -26,10 +26,6 @@ class SlaveInteractor:
for line in str(excrepr).split("\n"):
self.log("IERROR> " + line)
def pytest__teardown_final_logerror(self, report):
rep = serialize_report(report)
self.sendevent("teardownreport", data=rep)
def pytest_sessionstart(self, session):
self.session = session
slaveinfo = getinfodict()