[Erp5-report] r30008 - /erp5/trunk/products/ERP5Type/tests/custom_zodb.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Oct 26 15:19:43 CET 2009


Author: leonardo
Date: Mon Oct 26 15:19:41 2009
New Revision: 30008

URL: http://svn.erp5.org?rev=30008&view=rev
Log:
on tests, show from where the static files are being cleanned

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

Modified: erp5/trunk/products/ERP5Type/tests/custom_zodb.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/tests/custom_zodb.py?rev=30008&r1=30007&r2=30008&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/custom_zodb.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/tests/custom_zodb.py [utf8] Mon Oct 26 15:19:41 2009
@@ -28,7 +28,7 @@
       shutil.copytree(os.path.join(instance_home, '%s.bak' % dir),
                       full_path, symlinks=True)
 else:
-  print("Cleaning static files ... ")
+  print("Cleaning static files at %s ... " % instance_home)
   for dir in ('Constraint', 'Document', 'PropertySheet', 'Extensions'):
     full_path = os.path.join(instance_home, dir)
     if os.path.exists(full_path):




More information about the Erp5-report mailing list