diff mbox series

[yocto-autobuilder-helper] config.json: Show bitbake-selftest test durations and progress

Message ID 20260908212831.1825824-1-richard.purdie@linuxfoundation.org
State New
Headers show
Series [yocto-autobuilder-helper] config.json: Show bitbake-selftest test durations and progress | expand

Commit Message

Richard Purdie Sept. 8, 2026, 9:28 p.m. UTC
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/config.json b/config.json
index b887900..6eaeffa 100644
--- a/config.json
+++ b/config.json
@@ -263,7 +263,7 @@ 
             ],
             "step1" : {
                 "shortname" : "Bitbake Selftest",
-                "EXTRACMDS" : ["bitbake-selftest"]
+                "EXTRACMDS" : ["bitbake-selftest --durations=0 -v"]
             },
             "step2" : {
                 "shortname" : "OE Selftest",