From ac799f2941f6e8a07dafaa1d779122a63ba4968b Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <tunes@google.com> Date: Mon, 28 Jan 2013 22:57:17 -0500 Subject: [PATCH] Restore deleted line in run-tests.sh --- test/run-tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/run-tests.sh b/test/run-tests.sh index 0c57aa8a..6aea13f2 100755 --- a/test/run-tests.sh +++ b/test/run-tests.sh @@ -290,6 +290,7 @@ valid_upgrade_test_p () { # my old ubuntu clisp 2.44.1 is wired in with an antique ASDF 1 from CLC that can't be downgraded. # 2.00[0-7] use UID, which fails on that CLISP and was removed afterwards. # Note that for the longest time, CLISP has included 2.011 in its distribution. + : ;; cmucl:1.*|cmucl:2.00*|cmucl:2.01[0-7]:*) : Skip, CMUCL has problems before 2.014.7 due to source-registry upgrade : Weird unidentified problems before 2.018 ;; -- GitLab