Catch errors and print them briefly rather than having a full stack
backtrace.
check-local:
$(V_TEST)true_srcdir=$$(cd $(srcdir); pwd); \
ASDF_OUTPUT_TRANSLATIONS=$$true_srcdir:$(abs_builddir): \
check-local:
$(V_TEST)true_srcdir=$$(cd $(srcdir); pwd); \
ASDF_OUTPUT_TRANSLATIONS=$$true_srcdir:$(abs_builddir): \
- $(CL_LAUNCH) -l $(LISPSYS) +I -S $$true_srcdir/: \
- -i '(asdf:test-system "sod")'
+ $(CL_LAUNCH) -l $(LISPSYS) -s sod-test +I -S $$true_srcdir/: \
+ -i '(handler-case ;\
+ (asdf:test-system "sod") ;\
+ (error (cond) ;\
+ (format *error-output* "ERR: ~A~%" cond) ;\
+ (cl-launch:quit 1)))'
###--------------------------------------------------------------------------
### Installation.
###--------------------------------------------------------------------------
### Installation.