On Wed, Sep 03, 2025 at 07:22:48PM +0200, Phil Sutter wrote: > Help me (and maybe others) to not occasionally forget to run this or > that test suite in this or that mode: > > Have test suites execute all variants by default (patches 5 and 6), > make sure their exit codes > match Automake expectations (patch 7) and register them with Automake > (patch 11). Also fix for running 'make check' as non-root (patches 8 and > 9) and calling build test suite from outside its directory (patch 10). > > The first four patches are fallout from enabling all variants by default > in monitor test suite, which includes implementing previously missing > JSON echo testing. > > Changes since v2: > - Drop the need for RUN_FULL_TESTSUITE env var by making the "all > variants" mode the default in all test suites > - Implement JSON echo testing into monitor test suite, stored JSON > output matches echo output after minor adjustment > > Changes since v1: > - Also integrate build test suite > - Populate TESTS variable only for non-distcheck builds, so 'make > distcheck' does not run any test suite > > Phil Sutter (11): > tests: monitor: Label diffs to help users > tests: monitor: Fix regex collecting expected echo output > tests: monitor: Test JSON echo mode as well > tests: monitor: Extend debug output a bit Applied these four patches as they are pretty harmless and not related to the remaining series. Cheers, Phil