Skip to content

Commit 157454f

Browse files
authored
Support tclsh 8.7 (redis#9500)
1 parent 7759ec7 commit 157454f

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
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
TCL_VERSIONS="8.5 8.6"
2+
TCL_VERSIONS="8.5 8.6 8.7"
33
TCLSH=""
44

55
for VERSION in $TCL_VERSIONS; do

runtest-cluster

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
TCL_VERSIONS="8.5 8.6"
2+
TCL_VERSIONS="8.5 8.6 8.7"
33
TCLSH=""
44

55
for VERSION in $TCL_VERSIONS; do

runtest-moduleapi

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
TCL_VERSIONS="8.5 8.6"
2+
TCL_VERSIONS="8.5 8.6 8.7"
33
TCLSH=""
44
[ -z "$MAKE" ] && MAKE=make
55

runtest-sentinel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
TCL_VERSIONS="8.5 8.6"
2+
TCL_VERSIONS="8.5 8.6 8.7"
33
TCLSH=""
44

55
for VERSION in $TCL_VERSIONS; do

0 commit comments

Comments
 (0)