On Thu, May 29, 2025 at 04:33:23PM +0200, Patrice Dumas wrote: > Hello, > > Many info tests (38 over 87) started failing for me. The tests that > fail are those that look at the $ginfo_output content. I tried to > comment out some code modified by the last commit on the info test > suite, but it did not change anything. I have no idea what changed, it > could be something on my computer. > > If it cannot be reproduced, what could I do to investigate?
You could try reverting to the previous version to see if the test suites pass there. You could try running the tests from the command line, like $ t/xref-to-anchor.sh The tests also have their own individual log files, like t/xref-to-anchor.sh.log, that you could look at. They should show the results of the diff if it failed.