X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Frun.lisp;h=274521e5539b332dc78b877fa7821b9d6ab651db;hb=155247574d4a5e741309bba9c40f636f7e310486;hp=b2bbf24506dbc7512fabc6dc25b210fdb97ce0d9;hpb=287c9bb8435332a4cb5f07fd4ef08c6a76c3499f;p=fiveam.git diff --git a/src/run.lisp b/src/run.lisp index b2bbf24..274521e 100644 --- a/src/run.lisp +++ b/src/run.lisp @@ -125,10 +125,11 @@ run.")) (with-run-state (result-list) (bind-run-state ((current-test test)) (labels ((abort-test (e) - (add-result 'unexpected-test-failure - :test-case test - :reason (format nil "Unexpected Error: ~S." e) - :condition e)) + (add-result 'unexpected-test-failure + :test-expr nil + :test-case test + :reason (format nil "Unexpected Error: ~S." e) + :condition e)) (run-it () (let ((result-list '())) (declare (special result-list))