Skip to content

Commit

Permalink
Replace Valkey in runtest scripts error prints (#190)
Browse files Browse the repository at this point in the history
Replaced Redis with Valkey in runtest script's error prints.

Signed-off-by: Shivshankar-Reddy <[email protected]>
  • Loading branch information
Shivshankar-Reddy authored Apr 3, 2024
1 parent 39d0f45 commit 9a02b77
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion runtest
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ done

if [ -z $TCLSH ]
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 Valkey test"
exit 1
fi
$TCLSH tests/test_helper.tcl "${@}"
2 changes: 1 addition & 1 deletion runtest-cluster
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ done

if [ -z $TCLSH ]
then
echo "You need tcl 8.5 or newer in order to run the Redis Cluster test"
echo "You need tcl 8.5 or newer in order to run the Valkey Cluster test"
exit 1
fi
$TCLSH tests/cluster/run.tcl $*
2 changes: 1 addition & 1 deletion runtest-moduleapi
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ done

if [ -z $TCLSH ]
then
echo "You need tcl 8.5 or newer in order to run the Redis ModuleApi test"
echo "You need tcl 8.5 or newer in order to run the Valkey ModuleApi test"
exit 1
fi

Expand Down
2 changes: 1 addition & 1 deletion runtest-sentinel
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ done

if [ -z $TCLSH ]
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 Valkey Sentinel test"
exit 1
fi
$TCLSH tests/sentinel/run.tcl $*

0 comments on commit 9a02b77

Please sign in to comment.