Commit 23d28a7e authored by Jérome Perrin's avatar Jérome Perrin

also make a symlink in test instance home for 'lib' folder



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16473 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 632b906d
......@@ -68,7 +68,7 @@ def initializeInstanceHome(tests_framework_home,
path = os.path.join(instance_home, d)
if not os.path.exists(path):
os.mkdir(path)
for d in ('Extensions', 'Products', 'bt5', 'svn'):
for d in ('Extensions', 'Products', 'bt5', 'svn', 'lib'):
src = os.path.join(real_instance_home, d)
dst = os.path.join(instance_home, d)
if not os.path.exists(dst):
......
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