aboutsummaryrefslogtreecommitdiff
path: root/docs/sphinx/qapidoc.py
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2024-02-05 15:40:19 +0000
committerKevin Wolf <kwolf@redhat.com>2024-02-07 14:58:53 +0100
commitc645bac4e06bf9642cc8e339d027a5d6ec54d811 (patch)
tree467a5767ec71f0591045791b9ddf8ce84c62d82f /docs/sphinx/qapidoc.py
parent1604c0493193273e4eac547f86fbd2845e7f9af4 (diff)
downloadqemu-c645bac4e06bf9642cc8e339d027a5d6ec54d811.zip
qemu-c645bac4e06bf9642cc8e339d027a5d6ec54d811.tar.gz
qemu-c645bac4e06bf9642cc8e339d027a5d6ec54d811.tar.bz2
iotests: fix leak of tmpdir in dry-run mode
Creating an instance of the 'TestEnv' class will create a temporary directory. This dir is only deleted, however, in the __exit__ handler invoked by a context manager. In dry-run mode, we don't use the TestEnv via a context manager, so were leaking the temporary directory. Since meson invokes 'check' 5 times on each configure run, developers /tmp was filling up with empty temporary directories. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Message-ID: <20240205154019.1841037-1-berrange@redhat.com> Reviewed-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'docs/sphinx/qapidoc.py')
0 files changed, 0 insertions, 0 deletions