Re: [PATCH] tests: add prefixes to the bare mkdtemp calls

2020-11-23 Thread Willian Rampazzo
On Fri, Nov 13, 2020 at 10:35 AM Alex Bennée wrote: > > The first step to debug a thing is to know what created the thing in > the first place. Add some prefixes so random tmpdir's have something > grep in the code. > > Signed-off-by: Alex Bennée > --- > python/qemu/machine.py

Re: [PATCH] tests: add prefixes to the bare mkdtemp calls

2020-11-16 Thread Philippe Mathieu-Daudé
On 11/13/20 2:34 PM, Alex Bennée wrote: > The first step to debug a thing is to know what created the thing in > the first place. Add some prefixes so random tmpdir's have something > grep in the code. > > Signed-off-by: Alex Bennée > --- > python/qemu/machine.py| 2 +- > tes

Re: [PATCH] tests: add prefixes to the bare mkdtemp calls

2020-11-13 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20201113133424.8723-1-alex.ben...@linaro.org/ Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20201113133424.8723-1-alex.ben...@linaro.org Type: series Subject: [PATCH] tests: add prefixes to th