From 557f4c2c5ef4b5184bdde0cb553f7d7d1b417cfe Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= <cedric.dsm@tiolive.com>
Date: Mon, 10 Sep 2012 16:12:25 +0200
Subject: [PATCH] Put runTestSuite in bin, not sbin.

---
 software/slapos-testing/instance.cfg | 3 ++-
 software/slapos-testing/software.cfg | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/software/slapos-testing/instance.cfg b/software/slapos-testing/instance.cfg
index ed4ba2fca..65bdb8bab 100644
--- a/software/slapos-testing/instance.cfg
+++ b/software/slapos-testing/instance.cfg
@@ -8,6 +8,7 @@ offline = true
 
 [create-directory]
 recipe = slapos.cookbook:mkdirectory
+bin = $${buildout:directory}/bin
 etc = $${buildout:directory}/etc
 services = $${:etc}/run
 srv = $${buildout:directory}/srv
@@ -32,7 +33,7 @@ repository = ${slapos.recipe.build-repository:location}
 
 [slapos-test-runner]
 recipe = slapos.cookbook:egg_test
-run-test-suite = $${buildout:bin-directory}/runTestSuite
+run-test-suite = $${create-directory:bin}/runTestSuite
 run-test-suite-binary = ${buildout:bin-directory}/runTestSuite
 # The list of executables should be defined here and a combination
 # of tests should dynamically generated.
diff --git a/software/slapos-testing/software.cfg b/software/slapos-testing/software.cfg
index dc7dba323..4cf90d93a 100644
--- a/software/slapos-testing/software.cfg
+++ b/software/slapos-testing/software.cfg
@@ -67,7 +67,7 @@ branch = master
 [template]
 recipe = slapos.recipe.template
 url = ${:_profile_base_location_}/instance.cfg
-md5sum = 97a6ed2faa674819020cfc77ed64cbb0 
+md5sum = d50373861ba53c41a2fc54a65b25b4d2
 output =  ${buildout:directory}/template.cfg
 mode = 640
 
-- 
2.30.9