tags 14601 + moreinfo severity 14601 minor stop Reference: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14601 Hi Elio, thanks for the report and sorry for the awful delay. I've fixed two of the failures you reported: * t/autohdr-subdir-pr12495.sh This failure was due to localization issues in make error messages; it has already been fixed as part of bug#15237. * t/t/tap-realtime.sh This I can reproduce when mawk is used as the awk implementation invoked by the tap-driver.sh script. Still this is a spurious failure, because when I force mawk to be used by Automake's own test suite, the driver correctly starts printing partial results from TAP tests way before the tests have completed their execution -- a failure to do so is exactly the issue this test is supposed to spot. I'm now convinced this test is too brittle, and not worth having, I've removed it with the first attached patch. For the failure of install-info-dir.sh, however, I'm a bit at a loss. For the moment, I've tweaked the tests to make it output more information that can be useful for debugging (see the second attached patch). Could you please re-run the test with these tweaks, and get back to us with the complete output? Thanks, Stefano