]> git.proxmox.com Git - mirror_qemu.git/commit
tests: add prefixes to the bare mkdtemp calls
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 17 Nov 2020 17:36:31 +0000 (17:36 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 23 Nov 2020 09:51:43 +0000 (09:51 +0000)
commit8c175c63eefe4efb8614718a9cbc72d03ce4d4a2
treeb63fb4f37b080b7e69c92b72952110288d4b2350
parente4b937d3c4ddb960002a3aa9b0f209eb63c8b710
tests: add prefixes to the bare mkdtemp calls

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>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20201117173635.29101-3-alex.bennee@linaro.org>
python/qemu/machine.py
tests/acceptance/avocado_qemu/__init__.py