From 5b67226b51588128877492e95ae8fca812c28bf5 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sat, 30 Jul 2016 23:02:43 +0800 Subject: [PATCH] remove project path. Signed-off-by: Bo-Yi Wu --- docker/testing.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/testing.sh b/docker/testing.sh index 6710593..5f002de 100755 --- a/docker/testing.sh +++ b/docker/testing.sh @@ -3,10 +3,11 @@ set -e -cd ${GOPATH}/src/github.com/appleboy/gorush sed -i"" -e "s/localhost/redis/g" config/config.yml sed -i"" -e "s/localhost/redis/g" config/config.go sed -i"" -e "s/localhost/redis/g" config/config_test.go sed -i"" -e "s/localhost/redis/g" gorush/status_test.go sed -i"" -e "s/localhost/redis/g" storage/redis/redis_test.go + +echo "install package and testing code coverage." make install && coverage all