diff options
Diffstat (limited to 'meta/lib')
-rw-r--r-- | meta/lib/oeqa/buildperf/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/buildperf/base.py b/meta/lib/oeqa/buildperf/base.py index 3b2fed549f..5f1805d86c 100644 --- a/meta/lib/oeqa/buildperf/base.py +++ b/meta/lib/oeqa/buildperf/base.py | |||
@@ -462,7 +462,7 @@ class BuildPerfTestCase(unittest.TestCase): | |||
462 | def rm_tmp(self): | 462 | def rm_tmp(self): |
463 | """Cleanup temporary/intermediate files and directories""" | 463 | """Cleanup temporary/intermediate files and directories""" |
464 | log.debug("Removing temporary and cache files") | 464 | log.debug("Removing temporary and cache files") |
465 | for name in ['bitbake.lock', 'conf/sanity_info', | 465 | for name in ['bitbake.lock', 'cache/sanity_info', |
466 | self.bb_vars['TMPDIR']]: | 466 | self.bb_vars['TMPDIR']]: |
467 | oe.path.remove(name, recurse=True) | 467 | oe.path.remove(name, recurse=True) |
468 | 468 | ||