diff options
Diffstat (limited to 'sca-cpp/trunk/test/store-python/start')
-rwxr-xr-x | sca-cpp/trunk/test/store-python/start | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sca-cpp/trunk/test/store-python/start b/sca-cpp/trunk/test/store-python/start index 33758b75fd..93e1dbe755 100755 --- a/sca-cpp/trunk/test/store-python/start +++ b/sca-cpp/trunk/test/store-python/start @@ -25,8 +25,5 @@ SCAContribution `pwd`/ SCAComposite store.composite EOF +../../components/cache/memcached-start ../../modules/http/httpd-start tmp - -mc="memcached -l 127.0.0.1 -m 4 -p 11211" -$mc & - |