Re: [PATCH v2 2/3] qapi: use env var to trigger qapi test output updates

2023-03-17 Thread Markus Armbruster
I have a mild dislike of abbreviations like "env var". Perhaps: qapi: Support updating expected test output via make Daniel P. Berrangé writes: > It is possible to pass --update to tests/qapi-schema/test-qapi.py > to make it update the output files on error. This is inconvient > to achieve

Re: [PATCH v2 2/3] qapi: use env var to trigger qapi test output updates

2023-02-24 Thread Eric Blake
On Thu, Feb 23, 2023 at 01:40:26PM +, Daniel P. Berrangé wrote: > It is possible to pass --update to tests/qapi-schema/test-qapi.py > to make it update the output files on error. This is inconvient inconvenient > to achieve though when test-qapi.py is run indirectly by make/meson. > > Instea