diff options
author | Nicolas Schneider <nioncode+git@gmail.com> | 2016-04-06 12:38:39 +0200 |
---|---|---|
committer | Nicolas Schneider <nioncode+git@gmail.com> | 2016-04-06 12:38:39 +0200 |
commit | 32e0973ef1e502e22e3c848dad5279b4d58e044b (patch) | |
tree | c538ac306eac66654a09065bf32afc93e255420c /mesonbuild/interpreter.py | |
parent | 42e6b78351a05eeb284bb287aa2b5e4e84e1d94d (diff) | |
download | meson-32e0973ef1e502e22e3c848dad5279b4d58e044b.zip meson-32e0973ef1e502e22e3c848dad5279b4d58e044b.tar.gz meson-32e0973ef1e502e22e3c848dad5279b4d58e044b.tar.bz2 |
fix randomly failing test execution on Windows
shutil.rmtree, which is used by tempfile.TemporaryDirectory, randomly fails
on Windows, because the directory is not empty although it should be,
because all files were deleted by shutil.rmtree internals before trying to
remove the directory.
A simple retry approach fixes the issue.
Diffstat (limited to 'mesonbuild/interpreter.py')
0 files changed, 0 insertions, 0 deletions