diff options
-rw-r--r-- | meta/lib/oeqa/selftest/context.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/context.py b/meta/lib/oeqa/selftest/context.py index 3a70f9e77b..c78947e200 100644 --- a/meta/lib/oeqa/selftest/context.py +++ b/meta/lib/oeqa/selftest/context.py | |||
@@ -201,8 +201,8 @@ class OESelftestTestContextExecutor(OETestContextExecutor): | |||
201 | 201 | ||
202 | _add_layer_libs() | 202 | _add_layer_libs() |
203 | 203 | ||
204 | self.tc.logger.info("Running bitbake -p") | 204 | self.tc.logger.info("Running bitbake -e to test the configuration is valid/parsable") |
205 | runCmd("bitbake -p") | 205 | runCmd("bitbake -e") |
206 | 206 | ||
207 | def _internal_run(self, logger, args): | 207 | def _internal_run(self, logger, args): |
208 | self.module_paths = self._get_cases_paths( | 208 | self.module_paths = self._get_cases_paths( |