From 6e3b2741bc36f87fbc44113bd8d0722cc927dffd Mon Sep 17 00:00:00 2001
From: Nicolas Dumazet <nicolas.dumazet@nexedi.com>
Date: Mon, 25 Oct 2010 08:36:21 +0000
Subject: [PATCH] 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
---
 buildout/instance-profiles/testrunner.cfg | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/buildout/instance-profiles/testrunner.cfg b/buildout/instance-profiles/testrunner.cfg
index f4c03526c2..d16496c53f 100644
--- a/buildout/instance-profiles/testrunner.cfg
+++ b/buildout/instance-profiles/testrunner.cfg
@@ -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
 
-- 
2.30.9