projects
/
fiveam.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b43cf6
)
Print failed tests in the order of execution
author
Attila Lendvai
<attila.lendvai@gmail.com>
Sat, 9 Dec 2006 15:47:15 +0000
(16:47 +0100)
committer
attila.lendvai
<attila.lendvai@gmail.com>
Sat, 9 Dec 2006 15:47:15 +0000
(16:47 +0100)
src/explain.lisp
patch
|
blob
|
history
diff --git
a/src/explain.lisp
b/src/explain.lisp
index
b3bf2c3
..
84d6871
100644
(file)
--- a/
src/explain.lisp
+++ b/
src/explain.lisp
@@
-38,7
+38,7
@@
(terpri stream)
(when failed
(output "Failure Details:~%")
- (dolist (f failed)
+ (dolist (f (reverse failed))
(output "--------------------------------~%")
(output "~A ~@{[~A]~}: ~%"
(name (test-case f))