Re: [PATCH v1 08/25] tests/docker: inline variable definitions or move close to use

2022-04-19 Thread Richard Henderson
On 4/19/22 02:10, Alex Bennée wrote: From: Paolo Bonzini Variables that are defined with ":=" are handled imperatively, so moving them closer to the first use ensures that all the assignments prior to the first use are taken into account. Signed-off-by: Paolo Bonzini

[PATCH v1 08/25] tests/docker: inline variable definitions or move close to use

2022-04-19 Thread Alex Bennée
From: Paolo Bonzini Variables that are defined with ":=" are handled imperatively, so moving them closer to the first use ensures that all the assignments prior to the first use are taken into account. Signed-off-by: Paolo Bonzini Message-Id: <20220401141326.1244422-6-pbonz...@redhat.com>