Mercurial > hg > xemacs-beta
diff tests/automated/test-harness.el @ 1175:2af1f88a2d31
[xemacs-hg @ 2002-12-27 06:13:13 by stephent]
mule re tests <87el84sru1.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Fri, 27 Dec 2002 06:15:01 +0000 |
parents | 0d33547d9ed3 |
children | 3f6adebda25c |
line wrap: on
line diff
--- a/tests/automated/test-harness.el Thu Dec 26 22:52:56 2002 +0000 +++ b/tests/automated/test-harness.el Fri Dec 27 06:15:01 2002 +0000 @@ -158,6 +158,7 @@ (defun Print-Pass (fmt &rest args) (setq fmt (concat "PASS: " fmt)) + ;; #### should warn if expecting failure here! (and test-harness-verbose (princ (concat (apply #'format fmt args) "\n"))))