ARM-software / arm-systemready

Arm SystemReady
Apache License 2.0
46 stars 59 forks source link

Sync init.sh up with linux-distro-cmds.sh in systemready-es-sr-template and fix IR automation test issue with debug_dump.nsh #188

Closed sunnywang-arm closed 4 weeks ago

sunnywang-arm commented 1 month ago

Two changes:

  1. Sync init.sh up with linux-distro-cmds.sh in systemready-es-sr-template https://gitlab.arm.com/systemready/systemready-es-sr-template/-/blob/main/os-logs/linux-distro-cmds.sh So that we don't need to ask partner to run linux-distro-cmds.sh again to collect the commands' output that haven't been covered by init.sh The commented-out commands means the ACS Linux still haven't supported them or has issue with them.

  2. Fixed the issue that the uefi_dump folder gets created in an unexpected file system The issue was reported by IR ACS users on https://github.com/ARM-software/arm-systemready/pull/187#discussion_r1639306891 Basically, the change is just moving the "endfor" from line 88 to line 34 so that it won't change the FS number for the case where there is no acs_result folder.

Signed-off-by: Sunny Wang sunny.wang@arm.com

sunnywang-arm commented 1 month ago

Hi @edhay and @chetan-rathore

I wasn't aware that this pull request hadn't been merged, so I accidentally updated the pull request to include one more change which is a fix for an issue with IR ACS automation. Could you review and merge this pull request?

Cc @ownia