]> code.ossystems Code Review - openembedded-core.git/commitdiff
oeqa/selftest/devtool: Enable missing cleanup
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Mar 2017 19:32:33 +0000 (19:32 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Mar 2017 22:43:05 +0000 (22:43 +0000)
Not sure why this cleanup is disabled but it clearly should be running
so enable it.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/devtool.py

index c389d506027bec179652071e59411e45b64dd93b..a160c8328c6afa3b613a80c525b99882dad2415f 100644 (file)
@@ -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')