Skip to content

Commit

Permalink
update xx-verfiy test-verfiy for loongarch
Browse files Browse the repository at this point in the history
Signed-off-by: yzewei <yangzewei@loongson.cn>
  • Loading branch information
yzewei committed Dec 20, 2023
1 parent 4802bca commit bcf3495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test-verify.bats
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ load 'assert'
run xx-verify /idontexist
assert_success

export XX_VERIFY_FILE_CMD_OUTPUT=": ELF 64-bit LSB executable, LoongArch, version 1 (SYSV), statically linked, Go BuildID=CHy185ScjvzQmniZHqf6/AfhfF1MIysS53eAAEBGF/wwF7zlTt3XKEXXqL-h6z/S4jYUhFFngtRWrDKaSbI, not stripped"
export XX_VERIFY_FILE_CMD_OUTPUT=": ELF 64-bit LSB executable, LoongArch, version 1 (SYSV), statically linked, BuildID[sha1]=4d126b33c220ba2efd23ed68a46ef0db96c31f76, not stripped"
export TARGETPLATFORM=linux/loong64
run xx-verify /idontexist
assert_success
Expand Down
2 changes: 1 addition & 1 deletion src/xx-verify
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ for f in "$@"; do
expArch2="64-bit LSB"
;;
"loong64")
expArch="LoongArch-64"
expArch="LoongArch"
expArch2="ELF 64-bit LSB"
;;
"386")
Expand Down

0 comments on commit bcf3495

Please sign in to comment.