]> code.ossystems Code Review - openembedded-core.git/commitdiff
oeqa/sstatetests: remove temporary DL_DIRs in noop_samesigs
authorRoss Burton <ross.burton@intel.com>
Mon, 25 Apr 2016 21:14:38 +0000 (22:14 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 29 Jun 2016 18:33:23 +0000 (19:33 +0100)
(From OE-Core rev: a98acf4840fc4888c0f4b8998a0a3983c639ecc2)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster@mvista.com>
meta/lib/oeqa/selftest/sstatetests.py

index 2c947bba90c0ef512fb98f4310a911109ee61457..ad591469d3e3f4229ce89b0d02c5fdf537e95bbf 100644 (file)
@@ -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):