> Date: Sun, 08 Oct 2023 16:42:05 +0300 > From: Eli Zaretskii <[email protected]> > CC: [email protected] > > The next set of problems is in install-info: the new code in this > version fails to close files, and then Windows doesn't let us > remove/rename them. The result is that almost all the install-info > tests fail with Permission denied. The patch below fixes that:
Finally, 8 tests in tp/tests fail: test_scripts/coverage_formatting_info.sh test_scripts/coverage_formatting_plaintext.sh test_scripts/layout_formatting_info_ascii_punctuation.sh test_scripts/layout_formatting_info_disable_encoding.sh test_scripts/layout_formatting_plaintext_ascii_punctuation.sh test_scripts/layout_formatting_fr.sh test_scripts/layout_formatting_fr_info.sh test_scripts/layout_formatting_fr_icons.sh I don't think I understand how to debug this. I tried to look at the output and log files, but either I look at the wrong files or I misunderstand how to interpret them. Any help and advice will be appreciated.
