bug#79086: check-DEJAGNU should produce less noise
Marc Nieper-Wißkirchen <[email protected]> Thu, 24 Jul 2025 09:31:17 +0200
| Newsgroups | gmane.comp.sysutils.automake.bugs |
|---|---|
| Message-ID | <CAEYrNrSfo6BWXhEoKPOsENq4OizqNaMPLiSyJZPPMbkbZgSmVg@mail.gmail.com> |
Hi, At least in connection with the Automake running in silent mode, the check-DEJAGNU target should produce no noise in the output. It probably makes sense to hide all the shell logic behind "@". This also makes it easier to detect actual errors/warnings generated by running the target. Thanks, Marc