File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
if [ -z $TCLSH ]
10
10
then
11
- echo " You need tcl 8.5 or newer in order to run the Redis test"
11
+ echo " You need tcl 8.5 or newer in order to run the Valkey test"
12
12
exit 1
13
13
fi
14
14
$TCLSH tests/test_helper.tcl " ${@ } "
Original file line number Diff line number Diff line change 8
8
9
9
if [ -z $TCLSH ]
10
10
then
11
- echo " You need tcl 8.5 or newer in order to run the Redis Cluster test"
11
+ echo " You need tcl 8.5 or newer in order to run the Valkey Cluster test"
12
12
exit 1
13
13
fi
14
14
$TCLSH tests/cluster/run.tcl $*
Original file line number Diff line number Diff line change 9
9
10
10
if [ -z $TCLSH ]
11
11
then
12
- echo " You need tcl 8.5 or newer in order to run the Redis ModuleApi test"
12
+ echo " You need tcl 8.5 or newer in order to run the Valkey ModuleApi test"
13
13
exit 1
14
14
fi
15
15
Original file line number Diff line number Diff line change 8
8
9
9
if [ -z $TCLSH ]
10
10
then
11
- echo " You need tcl 8.5 or newer in order to run the Redis Sentinel test"
11
+ echo " You need tcl 8.5 or newer in order to run the Valkey Sentinel test"
12
12
exit 1
13
13
fi
14
14
$TCLSH tests/sentinel/run.tcl $*
You can’t perform that action at this time.
0 commit comments