projects
/
fiveam.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd25ec9
)
Princ-ing of Unexpected Error
author
Kilian Sprotte
<kilian_s@gmx.de>
Fri, 1 Sep 2006 06:14:39 +0000
(08:14 +0200)
committer
Kilian Sprotte
<kilian_s@gmx.de>
Fri, 1 Sep 2006 06:14:39 +0000
(08:14 +0200)
src/run.lisp
patch
|
blob
|
history
diff --git
a/src/run.lisp
b/src/run.lisp
index
c070f44
..
fb78175
100644
(file)
--- a/
src/run.lisp
+++ b/
src/run.lisp
@@
-131,7
+131,7
@@
run."))
(add-result 'unexpected-test-failure
:test-expr nil
:test-case test
- :reason (format nil "Unexpected Error: ~S." e)
+ :reason (format nil "Unexpected Error: ~S~%~A." e e)
:condition e))
(run-it ()
(let ((result-list '()))