Commit b1642321 authored by Caiyi H.'s avatar Caiyi H.
Browse files

test: add exit 0 workaround for LoongArch64

parent f46a7cb3
No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
...@@ -326,3 +326,4 @@ run_test "musl" cyclic_test ...@@ -326,3 +326,4 @@ run_test "musl" cyclic_test
run_test "glibc" cyclic_test run_test "glibc" cyclic_test
run_test "musl" libc_test "libctest" true "$ARCH" run_test "musl" libc_test "libctest" true "$ARCH"
run_test "glibc" libc_test "libctest" true "$ARCH" run_test "glibc" libc_test "libctest" true "$ARCH"
exit 0 # TODO: this is a workaround to fix script not exiting on LoongArch64
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment