Skip to content

Commit 464a6fc

Browse files
committed
verify-sof-firmware-load: fix dmesg.txt collection
setup_kernel_check_point() was causing the collected dmesg.txt to be empty. Replace it with disable_kernel_check_point(). This test makes sense only immediately after boot so for sure we want the full logs since boot. Signed-off-by: Marc Herbert <marc.herbert@intel.com>
1 parent a2bec2c commit 464a6fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-case/verify-sof-firmware-load.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ source "$(dirname "${BASH_SOURCE[0]}")"/../case-lib/lib.sh
1919

2020
func_opt_parse_option "$@"
2121

22-
setup_kernel_check_point
22+
disable_kernel_check_point
2323

2424
cmd="journalctl_cmd"
2525

0 commit comments

Comments
 (0)