mirror of
https://github.com/boostorg/build.git
synced 2026-01-19 04:02:14 +00:00
Fix error ignore flag value for rmtree cleanup of temp test dirs.
This commit is contained in:
@@ -300,7 +300,7 @@ class TestCmd:
|
||||
list.reverse()
|
||||
for dir in list:
|
||||
self.writable(dir, 1)
|
||||
shutil.rmtree(dir, ignore_errors=1)
|
||||
shutil.rmtree(dir, ignore_errors=True)
|
||||
|
||||
self._dirlist = []
|
||||
self.workdir = None
|
||||
|
||||
Reference in New Issue
Block a user