[slime-cvs] CVS slime
heller
heller at common-lisp.net
Sat Oct 21 10:31:50 UTC 2006
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv17059
Modified Files:
slime.el
Log Message:
(slime-execute-tests): Show the test name to the echo area.
--- /project/slime/cvsroot/slime/slime.el 2006/10/20 11:07:57 1.673
+++ /project/slime/cvsroot/slime/slime.el 2006/10/21 10:31:50 1.674
@@ -9704,6 +9704,7 @@
(slime-test-heading 1 "%s" name)
(dolist (input inputs)
(incf slime-total-tests)
+ (message "%s: %s" name input)
(slime-test-heading 2 "input: %s" input)
(if slime-test-debug-on-error
(let ((debug-on-error t)
More information about the slime-cvs
mailing list