Route the healthcheck output through one helper #15
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
scripts/orchestra_e2e_healthcheck.shprints 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,--helpand--jsonall keep their current output and exit statuses, andscripts/test_healthcheck.shkeeps passing.Research first
Establish at least three findings with distinct confidence: at least one
fact, oneinference, oneassumption.