Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
157454ff
Unverified
Commit
157454ff
authored
Sep 15, 2021
by
yancz2000
Committed by
GitHub
Sep 15, 2021
Browse files
Support tclsh 8.7 (#9500)
parent
7759ec7c
Changes
4
Hide whitespace changes
Inline
Side-by-side
runtest
View file @
157454ff
#!/bin/sh
TCL_VERSIONS
=
"8.5 8.6"
TCL_VERSIONS
=
"8.5 8.6
8.7
"
TCLSH
=
""
for
VERSION
in
$TCL_VERSIONS
;
do
...
...
runtest-cluster
View file @
157454ff
#!/bin/sh
TCL_VERSIONS
=
"8.5 8.6"
TCL_VERSIONS
=
"8.5 8.6
8.7
"
TCLSH
=
""
for
VERSION
in
$TCL_VERSIONS
;
do
...
...
runtest-moduleapi
View file @
157454ff
#!/bin/sh
TCL_VERSIONS
=
"8.5 8.6"
TCL_VERSIONS
=
"8.5 8.6
8.7
"
TCLSH
=
""
[
-z
"
$MAKE
"
]
&&
MAKE
=
make
...
...
runtest-sentinel
View file @
157454ff
#!/bin/sh
TCL_VERSIONS
=
"8.5 8.6"
TCL_VERSIONS
=
"8.5 8.6
8.7
"
TCLSH
=
""
for
VERSION
in
$TCL_VERSIONS
;
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment