On Tue, Sep 02, 2025 at 04:43:59PM +0200, Pablo Neira Ayuso wrote: > On Fri, Aug 29, 2025 at 05:51:58PM +0200, Phil Sutter wrote: > > Detect RUN_FULL_TESTSUITE env variable set by automake and do an > > "unattended" full testrun. > > This test is so small that I think it is better to enable both modes: > w/json and w/o json by default. ACK, good point. I just investigated and it is feasible to use the stored JSON output for testing '--echo --json' as well. So I can extend the test suite to test echo and monitor mode for both standard and JSON syntax. Thanks, Phil