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

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Feb 25 11:30:51 CET 2009


Author: aurel
Date: Wed Feb 25 11:30:49 2009
New Revision: 25697

URL: http://svn.erp5.org?rev=25697&view=rev
Log:
fix typo
do not make --update_business_templates mandatory for --update_only

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=25697&r1=25696&r2=25697&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/runUnitTest.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/tests/runUnitTest.py [utf8] Wed Feb 25 11:30:49 2009
@@ -69,7 +69,7 @@
   --update_only=STRING
                              Specify the list of business template to update if
                              you don't want to update them all. You can give a list
-                             delimited with commans (e.g. erp5_core,erp5_xhtml_style).
+                             delimited with commas (e.g. erp5_core,erp5_xhtml_style).
                              This can be regular expressions. 
 """
 
@@ -427,6 +427,7 @@
       os.environ["run_only"] = arg
     elif opt == "--update_only":
       os.environ["update_only"] = arg
+      os.environ["update_business_templates"] = "1"
     elif opt == "--update_business_templates":
       os.environ["update_business_templates"] = "1"
 




More information about the Erp5-report mailing list