On Thu, Jan 15, 2026 at 03:48:19PM +0200, Eli Zaretskii wrote: > > Date: Wed, 14 Jan 2026 19:04:07 +0200 > > From: Eli Zaretskii <[email protected]> > > Cc: [email protected], [email protected] > > > > And after all that, the tree finally builds successfully. Testing > > will begin tomorrow; probably again lots of fun! > > Bottom line: not as bad as I feared: most tests pass. > > The following 2 tests in info/t/ failed: > > FAIL: t/dir-file-sloppily.sh > FAIL: t/dir-no-file.sh > > These succeeded in Texinfo 7.2, so it's probably due to some change in > the implementation. But I cannot figure out where to look: other > tests that use INFO_PRINT_COMMAND succeed. Any pointers?
There are log files under t/dir-file-sloppily.sh.log etc that may give clues. > Also, how do I run a test so that the output file(s) are not deleted? There isn't an "output file" as such for all the tests. All the tests are different. You can see what the test does by looking at the contents of the test script. > And how do I figure out what is the input file used by a test, so I > could run the test interactively and perhaps debug it? (I expected > for this information toi be in info/t/README, but couldn't find it > there; what did I miss?)
