[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v1 2/6] tests: add prefixes to the bare mkdtemp calls
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH v1 2/6] tests: add prefixes to the bare mkdtemp calls |
Date: |
Tue, 17 Nov 2020 18:56:19 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 |
On 11/17/20 6:36 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 <alex.bennee@linaro.org>
>
> ---
> v2
> - fix long lines
> ---
> python/qemu/machine.py | 3 ++-
> tests/acceptance/avocado_qemu/__init__.py | 3 ++-
> 2 files changed, 4 insertions(+), 2 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>