Uncomment logstart hook in remote.py and slavemanage.py

This commit is contained in:
curzona
2013-11-09 12:10:13 -08:00
parent 8e88261c15
commit 82d357ab1a
2 changed files with 4 additions and 4 deletions

View File

@@ -75,8 +75,8 @@ class SlaveInteractor:
topdir=str(session.fspath),
ids=ids)
#def pytest_runtest_logstart(self, nodeid, location, fspath):
# self.sendevent("logstart", nodeid=nodeid, location=location)
def pytest_runtest_logstart(self, nodeid, location):
self.sendevent("logstart", nodeid=nodeid, location=location)
def pytest_runtest_logreport(self, report):
data = serialize_report(report)