[Erp5-report] r39491 nicolas.dumazet - /erp5/trunk/buildout/instance-profiles/testrunner.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Oct 25 10:36:31 CEST 2010
Author: nicolas.dumazet
Date: Mon Oct 25 10:36:21 2010
New Revision: 39491
URL: http://svn.erp5.org?rev=39491&view=rev
Log:
create import & bt5 folders for test runner
parts/test-runner/unit-test links to parts/test-runner/(bt5, import), they need to exist, to, say, import a .zexp from a test.
Modified:
erp5/trunk/buildout/instance-profiles/testrunner.cfg
Modified: erp5/trunk/buildout/instance-profiles/testrunner.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/instance-profiles/testrunner.cfg?rev=39491&r1=39490&r2=39491&view=diff
==============================================================================
--- erp5/trunk/buildout/instance-profiles/testrunner.cfg [utf8] (original)
+++ erp5/trunk/buildout/instance-profiles/testrunner.cfg [utf8] Mon Oct 25 10:36:21 2010
@@ -5,6 +5,8 @@
recipe = plone.recipe.command
command =
mkdir -p ${:test_runner_location}
+ mkdir -p ${:test_runner_location}/bt5
+ mkdir -p ${:test_runner_location}/import
update-command = ${:command}
test_runner_location = ${buildout:parts-directory}/test-runner
More information about the Erp5-report
mailing list