Ignore:
Timestamp:
11/30/19 19:04:47 (4 years ago)
Author:
Mark Evenson
Message:

ci: stop ABCL-PROVE from exiting fatally on STORAGE-CONDITION

TODO: work on getting the right handlers in place for conditions that
are signalled, both known and unknown.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/abcl-prove.asd

    r15215 r15217  
    1010  (asdf:test-op (op c)
    1111     ;; (ignore c) ;;; any reference triggers all source artifacts           
    12      (dolist (p (directory
    13                  (merge-pathnames "*.lisp"
    14                                   (asdf:system-relative-pathname :abcl "t/"))))
    15        (uiop:symbol-call :prove :run p))))
     12    (ignore-errors
     13      (dolist (p (directory
     14        (merge-pathnames "*.lisp"
     15                         (asdf:system-relative-pathname :abcl "t/"))))
     16        (uiop:symbol-call :prove :run p)))))
    1617
    1718
Note: See TracChangeset for help on using the changeset viewer.