mirror of
https://github.com/boostorg/predef.git
synced 2025-07-29 11:37:13 +02:00
Need full recursive rmdir as it might not be empty.
This commit is contained in:
@ -93,7 +93,7 @@ class script(script_common):
|
|||||||
|
|
||||||
if self.repo != 'boost':
|
if self.repo != 'boost':
|
||||||
# Copy in the existing library tree checkout.
|
# Copy in the existing library tree checkout.
|
||||||
os.rmdir(self.repo_path)
|
shutil.rmtree(self.repo_path)
|
||||||
shutil.copytree(self.root_dir, self.repo_path)
|
shutil.copytree(self.root_dir, self.repo_path)
|
||||||
|
|
||||||
# Fetch the dependencies for the library we are testing.
|
# Fetch the dependencies for the library we are testing.
|
||||||
|
Reference in New Issue
Block a user