Skip to content

Commit 9a02b77

Browse files
Replace Valkey in runtest scripts error prints (#190)
Replaced Redis with Valkey in runtest script's error prints. Signed-off-by: Shivshankar-Reddy <[email protected]>
1 parent 39d0f45 commit 9a02b77

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

runtest

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ done
88

99
if [ -z $TCLSH ]
1010
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"
1212
exit 1
1313
fi
1414
$TCLSH tests/test_helper.tcl "${@}"

runtest-cluster

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ done
88

99
if [ -z $TCLSH ]
1010
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"
1212
exit 1
1313
fi
1414
$TCLSH tests/cluster/run.tcl $*

runtest-moduleapi

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ done
99

1010
if [ -z $TCLSH ]
1111
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"
1313
exit 1
1414
fi
1515

runtest-sentinel

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ done
88

99
if [ -z $TCLSH ]
1010
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"
1212
exit 1
1313
fi
1414
$TCLSH tests/sentinel/run.tcl $*

0 commit comments

Comments
 (0)