Fix internal handling in process_from_remote

Fix #175
This commit is contained in:
Bruno Oliveira
2017-07-27 20:50:09 -03:00
parent 144b37ae4b
commit 64f8ad5469
3 changed files with 18 additions and 5 deletions

View File

@@ -323,7 +323,9 @@ class SlaveController(object):
except:
excinfo = py.code.ExceptionInfo()
py.builtin.print_("!" * 20, excinfo)
self.config.pluginmanager.notify_exception(excinfo)
self.config.notify_exception(excinfo)
self.shutdown()
self.notify_inproc("errordown", node=self, error=excinfo)
def unserialize_report(name, reportdict):