| 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 |
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",
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)