[oe-commits] [openembedded-core] 64/65: oeqa/selftest/devtool: Enable missing cleanup

git at git.openembedded.org git at git.openembedded.org
Wed Mar 22 10:14:38 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 83867079182d8b9e981935da2b254947a89097bb
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Tue Mar 21 19:32:33 2017 +0000

    oeqa/selftest/devtool: Enable missing cleanup
    
    Not sure why this cleanup is disabled but it clearly should be running
    so enable it.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/lib/oeqa/selftest/devtool.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oeqa/selftest/devtool.py b/meta/lib/oeqa/selftest/devtool.py
index c389d50..a160c83 100644
--- a/meta/lib/oeqa/selftest/devtool.py
+++ b/meta/lib/oeqa/selftest/devtool.py
@@ -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')

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list