Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
3c52e6b7
Commit
3c52e6b7
authored
Jan 29, 2013
by
Francois-Rene Rideau
Browse files
Fix the last test upgrade method.
parent
b4333763
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/script-support.lisp
View file @
3c52e6b7
...
...
@@ -443,9 +443,9 @@ is bound, write a message and exit on an error. If
(
leave-test
"Your Lisp implementation does not provide ASDF. Skipping test.~%"
0
)))
(
t
(
format
t
"Loading old asdf ~A via ~A~%"
tag
old-method
)
(
funcall
old-method
tag
)))
)
(
setf
(
asymval
:*asdf-verbose*
)
t
)
(
setf
(
asymval
:*verbose-out*
)
*standard-output*
)
(
funcall
old-method
tag
)))
(
setf
(
asymval
:*asdf-verbose*
)
t
)
(
setf
(
asymval
:*verbose-out*
)
*standard-output*
)
)
(
format
t
"Now loading new asdf via method ~A~%"
new-method
)
(
funcall
new-method
)
(
format
t
"Testing it~%"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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