From 2c7507f9068baed7b7d20f87c8d6551180c5ecfb Mon Sep 17 00:00:00 2001 From: not-matthias Date: Tue, 16 Sep 2025 15:38:46 +0200 Subject: [PATCH] fix: forward go runner exit status --- src/run/runner/helpers/introspected_golang/go.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/run/runner/helpers/introspected_golang/go.sh b/src/run/runner/helpers/introspected_golang/go.sh index 3ce1211d..d77fc70c 100755 --- a/src/run/runner/helpers/introspected_golang/go.sh +++ b/src/run/runner/helpers/introspected_golang/go.sh @@ -52,3 +52,4 @@ else debug_log "Full command: $REAL_GO $*" "$REAL_GO" "$@" fi +exit $?