1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/xiaoangg-redis_annotation

Клонировать/Скачать
runtest-sentinel 281 Байт
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
wangan Отправлено 16.09.2019 12:13 3214ba5
#!/bin/sh
TCL_VERSIONS="8.5 8.6"
TCLSH=""
for VERSION in $TCL_VERSIONS; do
TCL=`which tclsh$VERSION 2>/dev/null` && TCLSH=$TCL
done
if [ -z $TCLSH ]
then
echo "You need tcl 8.5 or newer in order to run the Redis Sentinel test"
exit 1
fi
$TCLSH tests/sentinel/run.tcl $*

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/xiaoangg-redis_annotation.git
git@api.gitlife.ru:oschina-mirror/xiaoangg-redis_annotation.git
oschina-mirror
xiaoangg-redis_annotation
xiaoangg-redis_annotation
master