Commit 6e3b2741 authored by Nicolas Dumazet's avatar Nicolas Dumazet

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.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39491 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 142e1b29
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment