From d71409025cf489343851dc844e5619f5aa7754bc Mon Sep 17 00:00:00 2001 From: Marco Baringer Date: Tue, 9 Jan 2007 15:55:26 +0100 Subject: [PATCH] Export results-status --- src/packages.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 1.7.10.4