Skip to content

Commit

Permalink
verify-kernel-boot-log.sh: add "standalone" dmesg.txt back
Browse files Browse the repository at this point in the history
Interleaving could be useful when it's a problem with a sound daemon but
tend to turn these off and most of the time it's just making SOF logs
harder to read.

Keep boot_log.txt which is useful for all non-audio issues.

Fixes commit c8565e8 ("verify-kernel-boot-log.sh: fix missing boot
logs on failure")

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
  • Loading branch information
marc-hb committed May 10, 2024
1 parent 90e0929 commit 914c5c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test-case/verify-kernel-boot-log.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ boot_log_exit_handler()
{
local exit_code=$1

# For issues with sound daemons, display, USB, network, NTP, systemd, etc.
journalctl --boot > "$LOG_ROOT"/boot_log.txt
# More focused
journalctl --dmesg > "$LOG_ROOT"/dmesg.txt

print_test_result_exit "$exit_code"
}
Expand Down

0 comments on commit 914c5c0

Please sign in to comment.