0 Star 21 Fork 33

SunStrider / redis-3.0-annotated-cmake-in-clion

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
runtest-sentinel 281 Bytes
一键复制 编辑 原始数据 按行查看 历史
htw112896 提交于 2019-02-25 16:20 . init
#!/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 $*
1
https://gitee.com/dumpcao/redis-3.0-annotated-cmake-in-clion.git
git@gitee.com:dumpcao/redis-3.0-annotated-cmake-in-clion.git
dumpcao
redis-3.0-annotated-cmake-in-clion
redis-3.0-annotated-cmake-in-clion
master

搜索帮助