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

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Dec 29 00:40:19 CET 2010


Author: jm
Date: Wed Dec 29 00:40:19 2010
New Revision: 41848

URL: http://svn.erp5.org?rev=41848&view=rev
Log:
run_test_suite: export SubprocessError

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=41848&r1=41847&r2=41848&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bin/run_test_suite [utf8] (original)
+++ erp5/trunk/products/ERP5/bin/run_test_suite [utf8] Wed Dec 29 00:40:19 2010
@@ -288,7 +288,7 @@ class ERP5TypeTestSuite(TestSuite):
 
 
 sys.modules['test_suite'] = module = imp.new_module('test_suite')
-for var in TestSuite, ERP5TypeTestSuite:
+for var in SubprocessError, TestSuite, ERP5TypeTestSuite:
   setattr(module, var.__name__, var)
 
 



More information about the Erp5-report mailing list