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

OSCHINA-MIRROR/mirrors-ApsaraCache

Клонировать/Скачать
runtest-sentinel 281 Байт
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
antirez Отправлено 24.04.2014 13:08 897adc1
#!/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/mirrors-ApsaraCache.git
git@api.gitlife.ru:oschina-mirror/mirrors-ApsaraCache.git
oschina-mirror
mirrors-ApsaraCache
mirrors-ApsaraCache
develop