projects
/
fiveam.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35dc0e0
)
Don't print newline
author
Stelian Ionescu
<sionescu@cddr.org>
Thu, 25 Jul 2013 21:42:50 +0000
(23:42 +0200)
committer
Stelian Ionescu
<sionescu@cddr.org>
Thu, 25 Jul 2013 21:42:50 +0000
(23:42 +0200)
src/run.lisp
patch
|
blob
|
history
diff --git
a/src/run.lisp
b/src/run.lisp
index
d9b8c5f
..
fcb35db
100644
(file)
--- a/
src/run.lisp
+++ b/
src/run.lisp
@@
-196,7
+196,7
@@
run."))
(defmethod %run ((suite test-suite))
(when *print-names*
- (format *test-dribble* "~%Running test suite ~A~%" (name suite)))
+ (format *test-dribble* "~%Running test suite ~A" (name suite)))
(let ((suite-results '()))
(flet ((run-tests ()
(loop