Codebase list cl-rt / 768eda6
autopkgtest: rather use UIOP:QUIT than ERROR Sébastien Villemot 5 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
55 (with-input-from-string (*standard-input* (format nil "\"~A/tmpfile\"" tmpdir))
66 (load #p"/usr/share/common-lisp/source/rt/rt-test.lisp")))
77
8 (or (do-tests)
9 (error "Testsuite failed"))
8 (unless (do-tests)
9 (uiop:quit 1))