[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] tests: add prefixes to the bare mkdtemp calls
|
From: |
Willian Rampazzo |
|
Subject: |
Re: [PATCH] tests: add prefixes to the bare mkdtemp calls |
|
Date: |
Mon, 23 Nov 2020 12:38:46 -0300 |
On Fri, Nov 13, 2020 at 10:35 AM Alex Bennée <alex.bennee@linaro.org> 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@hackbox2.linaro.org>
> ---
> python/qemu/machine.py | 2 +-
> tests/acceptance/avocado_qemu/__init__.py | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>