From 4d9c8fc8e4d36f806a8d1b2a3f7426d8b91ef0ec Mon Sep 17 00:00:00 2001 From: Julien Muchembled <jm@nexedi.com> Date: Thu, 3 Jun 2010 13:07:11 +0000 Subject: [PATCH] Fix [35950]: create a symlink instead git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35951 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/tests/runUnitTest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product/ERP5Type/tests/runUnitTest.py b/product/ERP5Type/tests/runUnitTest.py index 21f7298950..df61db6098 100755 --- a/product/ERP5Type/tests/runUnitTest.py +++ b/product/ERP5Type/tests/runUnitTest.py @@ -151,10 +151,10 @@ def initializeInstanceHome(tests_framework_home, if os.path.islink('Extensions'): os.remove('Extensions') - for d in static_dir_list + ('bin', 'etc', 'tests', 'var', 'log', 'import'): + for d in static_dir_list + ('bin', 'etc', 'tests', 'var', 'log'): if not os.path.exists(d): os.mkdir(d) - for d in ('Products', 'bt5', 'svn', 'lib'): + for d in ('Products', 'bt5', 'svn', 'lib', 'import'): if not os.path.exists(d): src = os.path.join(real_instance_home, d) if os.path.islink(d): -- 2.30.9