Skip to content
Snippets Groups Projects
Commit 7d1e3fdd authored by Robert Goldman's avatar Robert Goldman
Browse files

Change COMPILE-ASDF-SCRIPT to default to verbose.

Previously, if the tests failed because of unexpected warnings, the
WITH-ASDF-CONDITIONS macro would swallow the warning you needed to
fix.
parent c661d892
No related branches found
No related tags found
No related merge requests found
...@@ -509,7 +509,7 @@ is bound, write a message and exit on an error. If ...@@ -509,7 +509,7 @@ is bound, write a message and exit on an error. If
(defun compile-asdf-script () (defun compile-asdf-script ()
(with-test () (with-test ()
(ecase (with-asdf-conditions () (maybe-compile-asdf)) (ecase (with-asdf-conditions (t) (maybe-compile-asdf))
(:not-found (:not-found
(leave-test "Testsuite failed: unable to find ASDF source" 3)) (leave-test "Testsuite failed: unable to find ASDF source" 3))
(:previously-compiled (:previously-compiled
......
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