[Erp5-report] r35951 jm - /erp5/trunk/products/ERP5Type/tests/runUnitTest.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jun 3 15:07:12 CEST 2010


Author: jm
Date: Thu Jun  3 15:07:11 2010
New Revision: 35951

URL: http://svn.erp5.org?rev=35951&view=rev
Log:
Fix [35950]: create a symlink instead

Modified:
    erp5/trunk/products/ERP5Type/tests/runUnitTest.py

Modified: erp5/trunk/products/ERP5Type/tests/runUnitTest.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/tests/runUnitTest.py?rev=35951&r1=35950&r2=35951&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/runUnitTest.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/tests/runUnitTest.py [utf8] Thu Jun  3 15:07:11 2010
@@ -151,10 +151,10 @@
     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):




More information about the Erp5-report mailing list