From: Ross Burton Date: Mon, 25 Apr 2016 21:14:38 +0000 (+0100) Subject: oeqa/sstatetests: remove temporary DL_DIRs in noop_samesigs X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~26055 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a98acf4840fc4888c0f4b8998a0a3983c639ecc2;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git oeqa/sstatetests: remove temporary DL_DIRs in noop_samesigs Signed-off-by: Ross Burton --- diff --git a/meta/lib/oeqa/selftest/sstatetests.py b/meta/lib/oeqa/selftest/sstatetests.py index 2c947bba90c..ad591469d3e 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):