[Erp5-report] r41872 jm - /erp5/trunk/products/ERP5/bin/run_test_suite

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Dec 30 13:10:54 CET 2010


Author: jm
Date: Thu Dec 30 13:10:54 2010
New Revision: 41872

URL: http://svn.erp5.org?rev=41872&view=rev
Log:
run_test_suite: fix full checkout

Modified:
    erp5/trunk/products/ERP5/bin/run_test_suite

Modified: erp5/trunk/products/ERP5/bin/run_test_suite
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bin/run_test_suite?rev=41872&r1=41871&r2=41872&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bin/run_test_suite [utf8] (original)
+++ erp5/trunk/products/ERP5/bin/run_test_suite [utf8] Thu Dec 30 13:10:54 2010
@@ -157,7 +157,7 @@ class Updater(object):
         if revision:
           args.append('-r%s' % revision)
         svn_mkdirs(path)
-        args += '--depth=infinity', path
+        args += '--set-depth=infinity', path
         self.deletePycFiles(path)
         try:
           status_dict = self.spawn(*args)



More information about the Erp5-report mailing list