summaryrefslogtreecommitdiffstats
path: root/README.adoc
diff options
context:
space:
mode:
authorLaurent Bonnans <laurent.bonnans@here.com>2019-03-19 16:45:34 +0100
committerPatrick Vacek <patrickvacek@gmail.com>2019-04-29 09:47:06 +0200
commit15964bd366153a114b528411b7273d3876cbf896 (patch)
treeea386dd5d3f93bb05e6c00d9c25e7c768011bc7b /README.adoc
parent810fcdb167fc77309cc24c0ffb7786368dad5a57 (diff)
downloadmeta-updater-15964bd366153a114b528411b7273d3876cbf896.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.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc
index 01159a0..1aab7dc 100644
--- a/README.adoc
+++ b/README.adoc
@@ -224,7 +224,7 @@ sudo apt install ovmf
2245. Run oe-selftest: 2245. Run oe-selftest:
225+ 225+
226``` 226```
227oe-selftest --run-tests updater 227oe-selftest -r updater_native updater_qemux86_64 updater_minnowboard updater_raspberrypi
228``` 228```
229 229
230For 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]. 230For 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].