From 805fc078549c801f2fdb80a53b598e3447ab3950 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Mon, 24 Aug 2026 14:13:28 +0100 Subject: [PATCH] Fix indentation of run.sh --- tests/issues/run.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/issues/run.sh b/tests/issues/run.sh index 3e7d4428d..8fffdac59 100755 --- a/tests/issues/run.sh +++ b/tests/issues/run.sh @@ -123,11 +123,11 @@ fi # `asm` templates are amd64-only, so this file is empty on every other architecture if [[ "$(uname -m)" == "x86_64" || "$(uname -m)" == "amd64" ]]; then if [[ $($ODIN check ../test_issue_asm_rip_register.odin -no-entry-point $COMMON_CHECK 2>&1 >/dev/null | grep -c "Error:") -eq 6 ]]; then - echo "SUCCESSFUL 1/1" + echo "SUCCESSFUL 1/1" else echo "SUCCESSFUL 0/1" - exit 1 - fi + exit 1 + fi if [[ $($ODIN check ../test_issue_asm_template_as_value.odin -no-entry-point $COMMON_CHECK 2>&1 >/dev/null | grep -c "Error:") -eq 10 ]]; then echo "SUCCESSFUL 1/1" else