projects
/
fiveam.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3318adf
)
Initialize the test-expr slot for unexpected-error errors.
author
Marco Baringer
<mb@bese.it>
Sat, 10 Dec 2005 14:43:27 +0000
(15:43 +0100)
committer
Marco Baringer
<mb@bese.it>
Sat, 10 Dec 2005 14:43:27 +0000
(15:43 +0100)
src/run.lisp
patch
|
blob
|
history
diff --git
a/src/run.lisp
b/src/run.lisp
index
b2bbf24
..
54a9020
100644
(file)
--- a/
src/run.lisp
+++ b/
src/run.lisp
@@
-126,6
+126,7
@@
run."))
(bind-run-state ((current-test test))
(labels ((abort-test (e)
(add-result 'unexpected-test-failure
+ :test-expr nil
:test-case test
:reason (format nil "Unexpected Error: ~S." e)
:condition e))