diff options
Diffstat (limited to 'sca-cpp/trunk/test/store-cpp/stop')
-rwxr-xr-x | sca-cpp/trunk/test/store-cpp/stop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/test/store-cpp/stop b/sca-cpp/trunk/test/store-cpp/stop index 34731dbbe1..07231ee7ce 100755 --- a/sca-cpp/trunk/test/store-cpp/stop +++ b/sca-cpp/trunk/test/store-cpp/stop @@ -17,7 +17,7 @@ # specific language governing permissions and limitations # under the License. -apachectl -k stop -d `pwd`/tmp +../../modules/http/httpd-stop tmp mc="memcached -l 127.0.0.1 -m 4 -p 11211" kill `ps -f | grep -v grep | grep "$mc" | awk '{ print $2 }'` |