Skip to content
Snippets Groups Projects
Commit 49dd3325 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Update the set of versions to extract for upgrade tests.

parent 8f3078f5
No related branches found
No related tags found
No related merge requests found
......@@ -149,6 +149,7 @@ test-all: doc test-all-lisps
test-all-no-stop:
-make doc ; for l in ${lisps} ; do make t l=$$l ; make u l=$$l ; done ; true
extract: extract-all-tagged-asdf
extract-all-tagged-asdf: build/asdf.lisp
./test/run-tests.sh -H
......
......@@ -266,13 +266,13 @@ upgrade_tags () {
# 2.26 (2012-10-30) was used by Quicklisp
# 2.27 (2013-02-01) is the first ASDF 3 pre-release
# 2.32 (2013-03-05) is the first really stable ASDF 3 pre-release
#
# 3.0.1 (2013-05-16) is the first stable ASDF 3 release
echo REQUIRE 1.85 1.97 1.369
# git tag -l '2.0??'
# git tag -l '2.??'
echo 2.000 2.008 2.011 2.014.6 2.019 2.20 2.22 2.26
echo 2.27
git tag -l '2.3[2-9]'
echo 2.27 2.32
git tag -l '3.0.[1-9]'
}
upgrade_methods () {
if [ -n "$ASDF_UPGRADE_TEST_METHODS" ] ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment