diff tests/automated/test-harness.el @ 1231:3f6adebda25c

[xemacs-hg @ 2003-01-23 11:24:08 by stephent] sigpipe <87u1g0ktd8.fsf@tleepslib.sk.tsukuba.ac.jp> test-harness.el <87ptqoktab.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Thu, 23 Jan 2003 11:24:13 +0000
parents 2af1f88a2d31
children aa15a2bbba1a
line wrap: on
line diff
--- a/tests/automated/test-harness.el	Thu Jan 23 10:09:41 2003 +0000
+++ b/tests/automated/test-harness.el	Thu Jan 23 11:24:13 2003 +0000
@@ -322,7 +322,7 @@
 	     (basename (file-name-nondirectory filename))
 	     (summary-msg
 	      (if (> total 0)
-		  (format "%s: %d of %d (%d%%) tests successful."
+		  (format "%s: %d of %d tests successful (%d%%)."
 			  basename passes total (/ (* 100 passes) total))
 		(format "%s: No tests run" basename)))
 	     (reasons ""))