diff options
-rw-r--r-- | meta/lib/oeqa/selftest/context.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/context.py b/meta/lib/oeqa/selftest/context.py index 6cf1bef212..c98763735f 100644 --- a/meta/lib/oeqa/selftest/context.py +++ b/meta/lib/oeqa/selftest/context.py | |||
@@ -296,7 +296,7 @@ class OESelftestTestContextExecutor(OETestContextExecutor): | |||
296 | os.chdir(builddir) | 296 | os.chdir(builddir) |
297 | 297 | ||
298 | if not "meta-selftest" in self.tc.td["BBLAYERS"]: | 298 | if not "meta-selftest" in self.tc.td["BBLAYERS"]: |
299 | self.tc.logger.warning("meta-selftest layer not found in BBLAYERS, adding it") | 299 | self.tc.logger.info("meta-selftest layer not found in BBLAYERS, adding it") |
300 | meta_selftestdir = os.path.join( | 300 | meta_selftestdir = os.path.join( |
301 | self.tc.td["BBLAYERS_FETCH_DIR"], 'meta-selftest') | 301 | self.tc.td["BBLAYERS_FETCH_DIR"], 'meta-selftest') |
302 | if os.path.isdir(meta_selftestdir): | 302 | if os.path.isdir(meta_selftestdir): |