mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
buildman: Reinstate removal of temp output dir in tests
This was dropped my mistake. Reinstate it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Fixes: d829f1217c
("bulidman: Add support for a simple build")
This commit is contained in:
parent
301cd7431a
commit
5f319fa728
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ class TestFunctional(unittest.TestCase):
|
|||
|
||||
def tearDown(self):
|
||||
shutil.rmtree(self._base_dir)
|
||||
#shutil.rmtree(self._output_dir)
|
||||
shutil.rmtree(self._output_dir)
|
||||
|
||||
def setupToolchains(self):
|
||||
self._toolchains = toolchain.Toolchains()
|
||||
|
|
Loading…
Reference in a new issue