[Erp5-report] r40861 luke - /erp5/trunk/utils/erp5.appliance.test/src/test.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Nov 29 11:29:28 CET 2010


Author: luke
Date: Mon Nov 29 11:29:27 2010
New Revision: 40861

URL: http://svn.erp5.org?rev=40861&view=rev
Log:
 - fix calls

Modified:
    erp5/trunk/utils/erp5.appliance.test/src/test.py

Modified: erp5/trunk/utils/erp5.appliance.test/src/test.py
URL: http://svn.erp5.org/erp5/trunk/utils/erp5.appliance.test/src/test.py?rev=40861&r1=40860&r2=40861&view=diff
==============================================================================
--- erp5/trunk/utils/erp5.appliance.test/src/test.py [utf8] (original)
+++ erp5/trunk/utils/erp5.appliance.test/src/test.py [utf8] Mon Nov 29 11:29:27 2010
@@ -551,7 +551,7 @@ def run_once(config, software_path,
 def run(config, method,
                 buildout_file_name,
                 development_file_name,
-                binary_bootstrap_file_name):
+                binary_bootstrap_file_name, suite_name):
   software_path = os.path.abspath(os.path.join(config.run_directory_path,
                                                'software_checkout'))
   instance_path = os.path.abspath(os.path.join(config.run_directory_path,
@@ -586,7 +586,8 @@ def run(config, method,
   while 1:
     # Run buildout once
     method(config, software_path, instance_path, buildout_file_name,
-                   development_file_name, binary_bootstrap_file_name)
+                   development_file_name, binary_bootstrap_file_name,
+                   suite_name)
     # Clean directory
     if not config.update:
       for path in software_path, instance_path:




More information about the Erp5-report mailing list