Fix --load operation by reverting another side-effect of importing the Testing package

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30462 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1f5017aa
......@@ -314,6 +314,7 @@ def runUnitTestList(test_list, verbosity=1, debug=0):
import App.config
cfg = App.config.getConfiguration()
cfg.testinghome = instance_home
cfg.instancehome = instance_home
App.config.setConfiguration(cfg)
if WIN:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment