branch: externals/hyperbole
commit 5d10fbbe0cb8fbb06fe99e53af0269e06a313e0e
Author: bw <[email protected]>
Commit: bw <[email protected]>

    hywiki-tests--publish-special-cases): Remove 'ert-info' html file
---
 ChangeLog            | 4 +++-
 test/hywiki-tests.el | 8 +++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 7d48dde747..ecfd466c80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,11 @@
+2026-02-02  Bob Weiner  <[email protected]>
+
 2026-02-01  Bob Weiner  <[email protected]>
 
 * test/hywiki-tests.el (hywiki-tests--word-at): Return HyWikiWord reference
     at point only if it has a referent.
                        (hywiki-tests--publish-special-cases): Fix matching
-    issues.
+    issues and remove 'ert-info' output of html file as can fail in CI/CD.
                        
(hywiki-tests--wikiword-step-check-edit-wikiword-in-emacs-lisp-mode):
     Fix missing double quote causing failure.
 
diff --git a/test/hywiki-tests.el b/test/hywiki-tests.el
index 68d336240e..ed27057315 100644
--- a/test/hywiki-tests.el
+++ b/test/hywiki-tests.el
@@ -3,7 +3,7 @@
 ;; Author:       Mats Lidell
 ;;
 ;; Orig-Date:    18-May-24 at 23:59:48
-;; Last-Mod:      2-Feb-26 at 00:18:03 by Bob Weiner
+;; Last-Mod:      2-Feb-26 at 00:32:30 by Bob Weiner
 ;;
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;;
@@ -1135,11 +1135,9 @@ WikiWord#Csection-subsection
                (hywiki-publish-to-html t)
 
                ;; Verify Export
-               (ert-info ((format (concat "Publish '%s' => Expect '%s'\n"
-                                          "Actual '%s'")
+               (ert-info ((format "Publish '%s' => Expect '%s'"
                                   input
-                                  regex-output
-                                  (org-file-contents wikipage-html)))
+                                  regex-output))
                  (find-file wikipage-html t)
                   (revert-buffer t t)
                   (should (= 1 (count-matches (regexp-quote regex-output)

Reply via email to