projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
301cd74
)
buildman: Reinstate removal of temp output dir in tests
author
Simon Glass
<sjg@chromium.org>
Thu, 10 Nov 2022 02:14:52 +0000
(19:14 -0700)
committer
Simon Glass
<sjg@chromium.org>
Tue, 22 Nov 2022 22:13:35 +0000
(15:13 -0700)
This was dropped my mistake. Reinstate it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Fixes: d829f1217c6 ("bulidman: Add support for a simple build")
tools/buildman/func_test.py
patch
|
blob
|
history
diff --git
a/tools/buildman/func_test.py
b/tools/buildman/func_test.py
index b4f3b46fcb1f20257bbd01fc7d1c1ceeca5acc2e..37535518d86d2ad82e5048de0580970becad1649 100644
(file)
--- a/
tools/buildman/func_test.py
+++ b/
tools/buildman/func_test.py
@@
-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()