[coreboot-gerrit] Change in ...coreboot[master]: util/board_status.sh: Fix command for fetching the kernel log

Arthur Heymans (Code Review) gerrit at coreboot.org
Sun Dec 16 22:39:45 CET 2018


Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30264


Change subject: util/board_status.sh: Fix command for fetching the kernel log
......................................................................

util/board_status.sh: Fix command for fetching the kernel log

Change-Id: Ib9e9e4b443f4e3ad04c5fda2c2ce626255a190f2
Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
M util/board_status/board_status.sh
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/64/30264/1

diff --git a/util/board_status/board_status.sh b/util/board_status/board_status.sh
index bba3d1f..e509978 100755
--- a/util/board_status/board_status.sh
+++ b/util/board_status/board_status.sh
@@ -381,7 +381,7 @@
 	cmd_nonfatal $REMOTE "$cbmem_cmd -t" "${tmpdir}/${results}/coreboot_timestamps.txt"
 
 	echo "Getting remote dmesg"
-	cmd $REMOTE sudo dmesg "${tmpdir}/${results}/kernel_log.txt"
+	cmd $REMOTE "sudo dmesg" "${tmpdir}/${results}/kernel_log.txt"
 else
 	echo "Verifying that CBMEM is available"
 	if [ $(id -u) -ne 0 ]; then

-- 
To view, visit https://review.coreboot.org/c/coreboot/+/30264
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ib9e9e4b443f4e3ad04c5fda2c2ce626255a190f2
Gerrit-Change-Number: 30264
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur at aheymans.xyz>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181216/04e48ad0/attachment.html>


More information about the coreboot-gerrit mailing list