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

tools: Remove a warning, reformat some code.

parent d728aed3
No related branches found
No related tags found
No related merge requests found
......@@ -40,10 +40,11 @@ Use the preferred lisp implementation"
(test-fail 0)
(failed-list ())))
(call-without-stopping
`(,(lambda() (run-test-lisp
"compiling ASDF"
'((load "test/script-support.lisp") (asdf-test::compile-asdf-script))
:lisp lisp :log log))
`(,(lambda ()
(run-test-lisp
"compiling ASDF"
'((load "test/script-support.lisp") (asdf-test::compile-asdf-script))
:lisp lisp :log log))
,@(mapcar
(lambda (test-script)
(lambda ()
......
......@@ -135,7 +135,7 @@ Use at a given tag, put it under build/asdf-${tag}.lisp"
((:xcl) (version<= "2.15" tag))
;; all clear on these implementations
((:allegro :lispworks :sbcl :scl) t))))
((:allegro :sbcl :scl) t))))
(deftestcmd test-upgrade (lisp upgrade-tags upgrade-methods)
"run upgrade tests
......
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