comparison tests/automated/test-harness.el @ 4552:9c1cfceab252

Automated merge with file:/Sources/xemacs-21.5-checked-out
author Aidan Kehoe <kehoea@parhasard.net>
date Thu, 13 Mar 2008 10:24:34 +0100
parents bceb3e285ae7
children 294a86d29f99
comparison
equal deleted inserted replaced
4551:6812571bfcb9 4552:9c1cfceab252
442 (format "\n %d tests skipped because %s." 442 (format "\n %d tests skipped because %s."
443 value key)))) 443 value key))))
444 skipped-test-reasons) 444 skipped-test-reasons)
445 (when (> (length reasons) 1) 445 (when (> (length reasons) 1)
446 (setq summary-msg (concat summary-msg reasons " 446 (setq summary-msg (concat summary-msg reasons "
447 Probably XEmacs cannot find your installed packages. Set EMACSPACKAGEPATH 447 It may be that XEmacs cannot find your installed packages. Set
448 to the package hierarchy root or configure with --package-path to enable 448 EMACSPACKAGEPATH to the package hierarchy root or configure with
449 the skipped tests."))) 449 --package-path to enable the skipped tests.")))
450 (setq test-harness-file-results-alist 450 (setq test-harness-file-results-alist
451 (cons (list filename passes total) 451 (cons (list filename passes total)
452 test-harness-file-results-alist)) 452 test-harness-file-results-alist))
453 (message "%s" summary-msg)) 453 (message "%s" summary-msg))
454 (when (> unexpected-test-file-failures 0) 454 (when (> unexpected-test-file-failures 0)