Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
6afb925b
Commit
6afb925b
authored
Apr 15, 2014
by
Francois-Rene Rideau
Browse files
Skip upgrade from old ASDF versions on MKCL. It's a brave new world for it.
parent
cc8a15eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/run-tests.sh
View file @
6afb925b
...
...
@@ -411,8 +411,8 @@ valid_upgrade_test_p () {
ecl
*
:1.
*
|
ecl
*
:2.0[01]
*
|
ecl
*
:2.20:
*
)
:
;;
# GCL 2.7.0 from late November 2013 is required, with ASDF 3.1.1
gcl:REQUIRE:
*
|
gcl:1.
*
|
gcl:2.
*
|
gcl:3.0
*
)
:
;;
# MKCL is only supported starting with
2.24, so skip earlier versions
mkcl:
1.
*
|
mkcl:2.0[01]
*
|
mkcl:2.2[0-3]:
*
)
:
;;
# MKCL is only supported starting with
specific versions 2.24, 2.26.x, 3.0.3.0.x, so skip.
mkcl:
[12]
*
|
mkcl:3.0
*
)
:
;;
# XCL support starts with ASDF 2.014.2
# — It also dies during upgrade trying to show the backtrace.
xcl:1.
*
|
xcl:2.00
*
|
xcl:2.01[0-4]:
*
|
xcl:
*
)
:
;;
...
...
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