Re: [RFC PATCH for 8.0] configure: repeat ourselves for the benefit of CI

2022-12-02 Thread Philippe Mathieu-Daudé
On 2/12/22 18:47, Alex Bennée wrote: Our CI system echos the lines it executes but not the expansions. For the sake of a line of extra verbosity during the configure phase lets echo the invocation of script to stdout as well as the log. Signed-off-by: Alex Bennée --- configure | 7 --- 1

[RFC PATCH for 8.0] configure: repeat ourselves for the benefit of CI

2022-12-02 Thread Alex Bennée
Our CI system echos the lines it executes but not the expansions. For the sake of a line of extra verbosity during the configure phase lets echo the invocation of script to stdout as well as the log. Signed-off-by: Alex Bennée --- configure | 7 --- 1 file changed, 4 insertions(+), 3 deletio