diff options
| author | Simon Glass <[email protected]> | 2022-11-09 19:14:52 -0700 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2022-11-22 15:13:35 -0700 |
| commit | 5f319fa728d0693ca89da741e2f47566e97ae69b (patch) | |
| tree | 199af375cf74a001d71f3544408832f7caf7d98a /tools | |
| parent | 301cd7431a5811092c9f0569c3334fd0d795d480 (diff) | |
buildman: Reinstate removal of temp output dir in tests
This was dropped my mistake. Reinstate it.
Signed-off-by: Simon Glass <[email protected]>
Fixes: d829f1217c6 ("bulidman: Add support for a simple build")
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/buildman/func_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildman/func_test.py b/tools/buildman/func_test.py index b4f3b46fcb1..37535518d86 100644 --- 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() |
