mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 18:32:20 +02:00
oeqa/selftest/devtool: Enable missing cleanup
Not sure why this cleanup is disabled but it clearly should be running so enable it. (From OE-Core rev: 83867079182d8b9e981935da2b254947a89097bb) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -507,7 +507,7 @@ class DevtoolTests(DevtoolBase):
|
||||
builddir_m4 = tempfile.mkdtemp(prefix='devtoolqa')
|
||||
self.track_for_cleanup(tempdir_mdadm)
|
||||
self.track_for_cleanup(tempdir_m4)
|
||||
#self.track_for_cleanup(builddir_m4)
|
||||
self.track_for_cleanup(builddir_m4)
|
||||
self.track_for_cleanup(self.workspacedir)
|
||||
self.add_command_to_tearDown('bitbake-layers remove-layer */workspace')
|
||||
self.add_command_to_tearDown('bitbake -c clean mdadm m4')
|
||||
|
||||
Reference in New Issue
Block a user