[Erp5-report] r29600 - /experimental/erp5.buildout/profiles/development.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Oct 13 15:28:02 CEST 2009


Author: nicolas.dumazet
Date: Tue Oct 13 15:28:00 2009
New Revision: 29600

URL: http://svn.erp5.org?rev=29600&view=rev
Log:
Add an ERP5_TEST_RUNNER environment variable pointing to the unit test runner
This is necessary to wrap ERP5Type.tests.runUnitTest and add the correct paths.

Modified:
    experimental/erp5.buildout/profiles/development.cfg

Modified: experimental/erp5.buildout/profiles/development.cfg
URL: http://svn.erp5.org/experimental/erp5.buildout/profiles/development.cfg?rev=29600&r1=29599&r2=29600&view=diff
==============================================================================
--- experimental/erp5.buildout/profiles/development.cfg [utf8] (original)
+++ experimental/erp5.buildout/profiles/development.cfg [utf8] Tue Oct 13 15:28:00 2009
@@ -13,6 +13,8 @@
         Products.ExternalEditor
 ;   Products.PDBDebugMode
 ;   Products.PTProfiler
+environment-vars =
+    ERP5_TEST_RUNNER ${buildout:directory}/bin/runUnitTest
 
 [erp5flakes]
 recipe = zc.recipe.egg:scripts




More information about the Erp5-report mailing list