Commit 29052122 authored by Julien Muchembled's avatar Julien Muchembled

runUnitTest: create import directory in unit test instance

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35950 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 54d884c7
......@@ -151,7 +151,7 @@ def initializeInstanceHome(tests_framework_home,
if os.path.islink('Extensions'):
os.remove('Extensions')
for d in static_dir_list + ('bin', 'etc', 'tests', 'var', 'log'):
for d in static_dir_list + ('bin', 'etc', 'tests', 'var', 'log', 'import'):
if not os.path.exists(d):
os.mkdir(d)
for d in ('Products', 'bt5', 'svn', 'lib'):
......
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