remove unncessary hack here as well
This commit is contained in:
@@ -97,7 +97,6 @@ def forked_run_report(item):
|
|||||||
from xdist.slavemanage import unserialize_report
|
from xdist.slavemanage import unserialize_report
|
||||||
def runforked():
|
def runforked():
|
||||||
try:
|
try:
|
||||||
item.nextitem = None
|
|
||||||
reports = runtestprotocol(item, log=False)
|
reports = runtestprotocol(item, log=False)
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
py.std.os._exit(EXITSTATUS_TESTEXIT)
|
py.std.os._exit(EXITSTATUS_TESTEXIT)
|
||||||
|
|||||||
Reference in New Issue
Block a user