Route the healthcheck output through one helper #15

Open
opened 2026-08-28 14:58:41 +02:00 by kami · 0 comments
Owner

scripts/orchestra_e2e_healthcheck.sh prints its success line from more than one place. Centralise the output so every path goes through one helper, and give that helper an explicit format argument rather than reading a global.

Behaviour must not change. The plain run, --quiet, --help and --json all keep their current output and exit statuses, and scripts/test_healthcheck.sh keeps passing.

Research first

Establish at least three findings with distinct confidence: at least one fact, one inference, one assumption.

`scripts/orchestra_e2e_healthcheck.sh` prints its success line from more than one place. Centralise the output so every path goes through one helper, and give that helper an explicit format argument rather than reading a global. Behaviour must not change. The plain run, `--quiet`, `--help` and `--json` all keep their current output and exit statuses, and `scripts/test_healthcheck.sh` keeps passing. ## Research first Establish at least three findings with distinct confidence: at least one `fact`, one `inference`, one `assumption`.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kami/test-e2e#15