diff options
| author | Laurent Bonnans <laurent.bonnans@here.com> | 2019-03-19 16:45:34 +0100 |
|---|---|---|
| committer | Patrick Vacek <patrickvacek@gmail.com> | 2019-04-29 09:35:51 +0200 |
| commit | be0725efaf8d9f9b22eb625cfd657ac720b9d690 (patch) | |
| tree | 04464a4aa5eb309f14d8b062764838dbd4a8f4af /README.adoc | |
| parent | ef25c1a1cb851a5dd8f7743a55c86a95087ed27a (diff) | |
| download | meta-updater-be0725efaf8d9f9b22eb625cfd657ac720b9d690.tar.gz | |
Split oe-selftests by target machines
To allow for more targeted testing
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
Diffstat (limited to 'README.adoc')
| -rw-r--r-- | README.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index 0ce1069..cc01612 100644 --- a/README.adoc +++ b/README.adoc | |||
| @@ -228,7 +228,7 @@ sudo apt install ovmf | |||
| 228 | 5. Run oe-selftest: | 228 | 5. Run oe-selftest: |
| 229 | + | 229 | + |
| 230 | ``` | 230 | ``` |
| 231 | oe-selftest --run-tests updater | 231 | oe-selftest -r updater_native updater_qemux86_64 updater_minnowboard updater_raspberrypi |
| 232 | ``` | 232 | ``` |
| 233 | 233 | ||
| 234 | For more information about oe-selftest, including details about how to run individual test modules or classes, please refer to the https://wiki.yoctoproject.org/wiki/Oe-selftest[Yocto Project wiki]. | 234 | For more information about oe-selftest, including details about how to run individual test modules or classes, please refer to the https://wiki.yoctoproject.org/wiki/Oe-selftest[Yocto Project wiki]. |
