瀏覽代碼

add port command

tags/v0.17.0
Jonathan Cobb 4 年之前
父節點
當前提交
fcec547e6f
共有 1 個檔案被更改,包括 4 行新增1 行删除
  1. +4
    -1
      bin/jenkins/test-redis

+ 4
- 1
bin/jenkins/test-redis 查看文件

@@ -52,7 +52,7 @@ function stop_redis() {
}

if [[ -z ${1} ]] ; then
die "expected start or stop"
die "expected one of: start stop port"
fi

case ${1} in
@@ -62,6 +62,9 @@ case ${1} in
"stop")
stop_redis
;;
"port")
redis_port
;;
*)
die "invalid argument: ${1}"
;;


Loading…
取消
儲存