Fix missing dirs cleanup.
This commit is contained in:
parent
519eb60664
commit
1ae5b1732e
3 changed files with 5 additions and 1 deletions
|
|
@ -49,6 +49,7 @@ class RemoteTestCase(test.CdistTestCase):
|
|||
|
||||
def tearDown(self):
|
||||
shutil.rmtree(self.temp_dir)
|
||||
shutil.rmtree(self.base_path)
|
||||
|
||||
# test api
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue