summaryrefslogtreecommitdiff
path: root/runtest-moduleapi
diff options
context:
space:
mode:
authoryancz2000 <yanchaozhong_yewu@cmss.chinamobile.com>2021-09-15 18:04:31 +0800
committerGitHub <noreply@github.com>2021-09-15 13:04:31 +0300
commit157454ffa4388143f9d68753d0a94bc684010367 (patch)
tree58d7187d41aee6cc4c3e8c8083bbd3dfebf943f5 /runtest-moduleapi
parent7759ec7c43d5ac9c40e884e46c2cc09872d55c99 (diff)
downloadredis-157454ffa4388143f9d68753d0a94bc684010367.tar.gz
Support tclsh 8.7 (#9500)
Diffstat (limited to 'runtest-moduleapi')
-rwxr-xr-xruntest-moduleapi2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtest-moduleapi b/runtest-moduleapi
index 21dd6d98a..33b2711d4 100755
--- a/runtest-moduleapi
+++ b/runtest-moduleapi
@@ -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