X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpackages.lisp;h=0267a03d499d332c9bd560085249fd380eed5e88;hb=037999f6c29bbb66aabaa85c8c46c21e20a897c1;hp=8c06239f74e8ebc92c8a866dfa626aaad02f257e;hpb=9b43cf64817a75a55ea28fa549e35f8ab7eb44ca;p=fiveam.git diff --git a/src/packages.lisp b/src/packages.lisp index 8c06239..0267a03 100644 --- a/src/packages.lisp +++ b/src/packages.lisp @@ -69,7 +69,8 @@ #:*run-test-when-defined* #:*debug-on-error* #:*debug-on-failure* - #:*verbose-failures*)) + #:*verbose-failures* + #:results-status)) ;;;; You can use #+5am to put your test-defining code inline with your ;;;; other code - and not require people to have fiveam to run your