Commit 7d354c7d authored by Jérome Perrin's avatar Jérome Perrin

update to support --bt5_path argument


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15721 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4ee71a75
......@@ -50,7 +50,8 @@ except ImportError:
# Test Setting
#
INSTANCE_HOME = os.environ['INSTANCE_HOME']
bt5_base_path = os.path.join(INSTANCE_HOME, 'bt5')
bt5_base_path = os.environ.get('erp5_tests_bt5_path',
os.path.join(INSTANCE_HOME, 'bt5'))
# dependency order
target_business_templates = (
......
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