don't add opts in sub processes, add -rf by default
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
#
|
||||
__version__ = '1.5a2'
|
||||
__version__ = '1.5a4'
|
||||
@@ -104,7 +104,7 @@ def getinfodict():
|
||||
def remote_initconfig(option_dict, args):
|
||||
from pytest.plugin.config import Config
|
||||
config = Config()
|
||||
config._preparse(args)
|
||||
config._preparse(args, addopts=False)
|
||||
config.option.__dict__.update(option_dict)
|
||||
config.option.looponfail = False
|
||||
config.option.usepdb = False
|
||||
|
||||
Reference in New Issue
Block a user