Unverified Commit 09af8447 authored by pingfan108's avatar pingfan108 Committed by GitHub
Browse files

Correct error message of runtest-cluster and runtest-moduleapi (#7647)

parent 8e937ce4
...@@ -8,7 +8,7 @@ done ...@@ -8,7 +8,7 @@ done
if [ -z $TCLSH ] if [ -z $TCLSH ]
then then
echo "You need tcl 8.5 or newer in order to run the Redis Sentinel test" echo "You need tcl 8.5 or newer in order to run the Redis Cluster test"
exit 1 exit 1
fi fi
$TCLSH tests/cluster/run.tcl $* $TCLSH tests/cluster/run.tcl $*
...@@ -8,7 +8,7 @@ done ...@@ -8,7 +8,7 @@ done
if [ -z $TCLSH ] if [ -z $TCLSH ]
then then
echo "You need tcl 8.5 or newer in order to run the Redis test" echo "You need tcl 8.5 or newer in order to run the Redis ModuleApi test"
exit 1 exit 1
fi fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment