mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
generate-texinfo: don't look for test-passed
It's not helpful
This commit is contained in:
parent
4146f5d48f
commit
2e266c9674
|
|
@ -26,15 +26,6 @@
|
|||
nil)
|
||||
((find name result :test #'string= :key #'car)
|
||||
nil)
|
||||
((not (probe-file (merge-pathnames
|
||||
(make-pathname
|
||||
:directory (list :relative name)
|
||||
:name "test-passed"
|
||||
:type "test-report")
|
||||
*asdf-object-cache-directory*)))
|
||||
(error "The documented contrib ~A seems to have ~
|
||||
failed its tests."
|
||||
name))
|
||||
(t
|
||||
t))
|
||||
collect (cons name package) into result
|
||||
|
|
|
|||
Loading…
Reference in a new issue