[oe-commits] [openembedded-core] 41/41: oeqa/sstatetests: remove temporary DL_DIRs in noop_samesigs

git at git.openembedded.org git at git.openembedded.org
Tue Apr 26 10:29:31 UTC 2016


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

commit 0c09a4740a05061054a2d43eb3606e5d21f2404a
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Mon Apr 25 22:14:38 2016 +0100

    oeqa/sstatetests: remove temporary DL_DIRs in noop_samesigs
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/lib/oeqa/selftest/sstatetests.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/lib/oeqa/selftest/sstatetests.py b/meta/lib/oeqa/selftest/sstatetests.py
index 2c947bb..ad59146 100644
--- a/meta/lib/oeqa/selftest/sstatetests.py
+++ b/meta/lib/oeqa/selftest/sstatetests.py
@@ -415,6 +415,7 @@ INHERIT_remove = "buildstats-summary buildhistory uninative"
 http_proxy = ""
 """)
         self.track_for_cleanup(topdir + "/tmp-sstatesamehash")
+        self.track_for_cleanup(topdir + "/download1")
         bitbake("world meta-toolchain -S none")
         self.write_config("""
 TMPDIR = "${TOPDIR}/tmp-sstatesamehash2"
@@ -429,6 +430,7 @@ INHERIT += "buildstats-summary buildhistory"
 http_proxy = "http://example.com/"
 """)
         self.track_for_cleanup(topdir + "/tmp-sstatesamehash2")
+        self.track_for_cleanup(topdir + "/download2")
         bitbake("world meta-toolchain -S none")
 
         def get_files(d):

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


More information about the Openembedded-commits mailing list