[svn r38100] Slave is always boxed as well (different level of skips)

--HG--
branch : trunk
This commit is contained in:
fijal 2007-02-07 19:55:39 +01:00
parent ee1214fcfe
commit d7331146da
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@ def setup():
sys.path.insert(0, basedir)
import py
config = py.test.config
config.option.boxed = True
assert not config._initialized
config.initdirect(basedir, config_repr)
if not config.option.nomagic: