remove unncessary hack here as well

This commit is contained in:
holger krekel
2011-11-18 17:01:39 +00:00
parent e8ae2f9090
commit 8a923ea2f4

View File

@@ -97,7 +97,6 @@ def forked_run_report(item):
from xdist.slavemanage import unserialize_report
def runforked():
try:
item.nextitem = None
reports = runtestprotocol(item, log=False)
except KeyboardInterrupt:
py.std.os._exit(EXITSTATUS_TESTEXIT)