[cmucl-commit] [git] CMU Common Lisp branch master updated. begin-x87-removal-11-gde72f98

Raymond Toy rtoy at common-lisp.net
Sun Apr 13 18:52:22 UTC 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMU Common Lisp".

The branch, master has been updated
       via  de72f9875abf89fd7084afbd56f9d4eb72094d5b (commit)
      from  e885c18578fba479fca8e55cd1502ea76e1fb027 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit de72f9875abf89fd7084afbd56f9d4eb72094d5b
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Sun Apr 13 11:52:11 2014 -0700

    Print more digits for % passed since we have 75K tests now.

diff --git a/tests/run-tests.lisp b/tests/run-tests.lisp
index 1502e89..8046c7d 100644
--- a/tests/run-tests.lisp
+++ b/tests/run-tests.lisp
@@ -90,7 +90,7 @@
     (format t " ~5D tests total~%" (+ passed failed execute-errors))
     (format t " ~5D tests failed~%" failed)
     (format t " ~5D tests with execution errors~%" execute-errors)
-    (format t "~5,2f% of the tests passed~%"
+    (format t "~5,3f% of the tests passed~%"
 	    (float (* 100
 		      (- 1 (/ (+ failed execute-errors)
 			      (+ passed failed execute-errors))))))

-----------------------------------------------------------------------

Summary of changes:
 tests/run-tests.lisp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMU Common Lisp


More information about the cmucl-commit mailing list