Correct error message of runtest-cluster and runtest-moduleapi (#7647)
This commit is contained in:
parent
1c6caaaef7
commit
b082164834
@ -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
|
|||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user