Skip to content

Commit

Permalink
Support tclsh 8.7 (redis#9500)
Browse files Browse the repository at this point in the history
  • Loading branch information
yancz2000 authored Sep 15, 2021
1 parent 7759ec7 commit 157454f
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
@@ -1,5 +1,5 @@
#!/bin/sh
TCL_VERSIONS="8.5 8.6"
TCL_VERSIONS="8.5 8.6 8.7"
TCLSH=""

for VERSION in $TCL_VERSIONS; do
Expand Down
2 changes: 1 addition & 1 deletion runtest-cluster
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
TCL_VERSIONS="8.5 8.6"
TCL_VERSIONS="8.5 8.6 8.7"
TCLSH=""

for VERSION in $TCL_VERSIONS; do
Expand Down
2 changes: 1 addition & 1 deletion runtest-moduleapi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
TCL_VERSIONS="8.5 8.6"
TCL_VERSIONS="8.5 8.6 8.7"
TCLSH=""
[ -z "$MAKE" ] && MAKE=make

Expand Down
2 changes: 1 addition & 1 deletion runtest-sentinel
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
TCL_VERSIONS="8.5 8.6"
TCL_VERSIONS="8.5 8.6 8.7"
TCLSH=""

for VERSION in $TCL_VERSIONS; do
Expand Down

0 comments on commit 157454f

Please sign in to comment.