aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter.py
diff options
context:
space:
mode:
authorNicolas Schneider <nioncode+git@gmail.com>2016-04-06 12:38:39 +0200
committerNicolas Schneider <nioncode+git@gmail.com>2016-04-06 12:38:39 +0200
commit32e0973ef1e502e22e3c848dad5279b4d58e044b (patch)
treec538ac306eac66654a09065bf32afc93e255420c /mesonbuild/interpreter.py
parent42e6b78351a05eeb284bb287aa2b5e4e84e1d94d (diff)
downloadmeson-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