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 4b33245758..bd03e765b0 100644 --- a/meta/lib/oeqa/selftest/context.py +++ b/meta/lib/oeqa/selftest/context.py | |||
| @@ -306,7 +306,7 @@ class OESelftestTestContextExecutor(OETestContextExecutor): | |||
| 306 | os.chdir(builddir) | 306 | os.chdir(builddir) |
| 307 | 307 | ||
| 308 | if not "meta-selftest" in self.tc.td["BBLAYERS"]: | 308 | if not "meta-selftest" in self.tc.td["BBLAYERS"]: |
| 309 | self.tc.logger.warning("meta-selftest layer not found in BBLAYERS, adding it") | 309 | self.tc.logger.info("meta-selftest layer not found in BBLAYERS, adding it") |
| 310 | meta_selftestdir = os.path.join( | 310 | meta_selftestdir = os.path.join( |
| 311 | self.tc.td["BBLAYERS_FETCH_DIR"], 'meta-selftest') | 311 | self.tc.td["BBLAYERS_FETCH_DIR"], 'meta-selftest') |
| 312 | if os.path.isdir(meta_selftestdir): | 312 | if os.path.isdir(meta_selftestdir): |
