We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21cfc68 commit 74bcaa5Copy full SHA for 74bcaa5
case-lib/lib.sh
@@ -904,7 +904,7 @@ grep_firmware_info_in_logs()
904
# dump the version info and ABI info
905
# "head -n" makes this compatible with set -e.
906
journalctl_cmd "$@" | grep "Firmware info" -A1 | head -n 12
907
- # For dumping the firmware information when DUT runs IPC4 mode
+ # For dumping the firmware information when DUT runs IPC4 mode
908
journalctl_cmd "$@" | grep "firmware version" -A1 | head -n 12
909
# dump the debug info
910
journalctl_cmd "$@" | grep "Firmware debug build" -A3 | head -n 12
0 commit comments