small fixes to test suite

This commit is contained in:
holger krekel
2011-11-18 16:03:02 +00:00
parent f946ab1835
commit e8ae2f9090
3 changed files with 4 additions and 2 deletions

View File

@@ -97,6 +97,7 @@ 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)