
From: Simon Glass <sjg@chromium.org> The V variable includes the -v flag if verbose operation is requested in Labgrid. Add it to the console cmdline. Signed-off-by: Simon Glass <sjg@chromium.org> --- test/hooks/bin/console.labgrid-sjg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/hooks/bin/console.labgrid-sjg b/test/hooks/bin/console.labgrid-sjg index f521acea4a5..13b3d169681 100644 --- a/test/hooks/bin/console.labgrid-sjg +++ b/test/hooks/bin/console.labgrid-sjg @@ -38,6 +38,6 @@ exec labgrid-client -V do-bootstrap ${bootstrap:-1} -V do-build ${build:-1} \ -V do-send ${send:-0} -V do-clean ${clean:-0} ${vars} \ - -V process-limit ${BUILDMAN_PROCESS_LIMIT:-0} \ + -V process-limit ${BUILDMAN_PROCESS_LIMIT:-0} ${V} \ -r "${U_BOOT_BOARD_IDENTITY}" ${strategy} ${verbose} -a console \ ${console_log} -- 2.43.0 base-commit: 290829cc0d20dc4da5a8dfa43b94adcf368bc1b1 branch: labf