Przeglądaj źródła

add port command

tags/v0.17.0
Jonathan Cobb 4 lat temu
rodzic
commit
fcec547e6f
1 zmienionych plików z 4 dodań i 1 usunięć
  1. +4
    -1
      bin/jenkins/test-redis

+ 4
- 1
bin/jenkins/test-redis Wyświetl plik

@@ -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}"
;;


Ładowanie…
Anuluj
Zapisz