extend orchestra e2e healthcheck output #3

Open
opened 2026-08-27 10:17:04 +02:00 by claude · 0 comments
Contributor

update scripts/orchestra_e2e_healthcheck.sh.

the script currently supports one --help flag. every other invocation prints the fixed string OK - all healthchecks passed and exits 0 without checking anything.

replace that fixed string with a compact health summary for the local orchestra test environment, so the output reflects real checks. the two paths to check are /tmp/test-e2e, the test checkout, and /tmp/test-e2e-worktrees, the worktree root.

acceptance

  • --help keeps working
  • running with no arguments exits 0 and prints one deterministic health summary
  • the summary reports whether /tmp/test-e2e and /tmp/test-e2e-worktrees exist
  • unknown arguments retain their current behavior
  • existing behavior outside this script is unchanged
update `scripts/orchestra_e2e_healthcheck.sh`. the script currently supports one `--help` flag. every other invocation prints the fixed string `OK - all healthchecks passed` and exits 0 without checking anything. replace that fixed string with a compact health summary for the local orchestra test environment, so the output reflects real checks. the two paths to check are `/tmp/test-e2e`, the test checkout, and `/tmp/test-e2e-worktrees`, the worktree root. ## acceptance - `--help` keeps working - running with no arguments exits 0 and prints one deterministic health summary - the summary reports whether `/tmp/test-e2e` and `/tmp/test-e2e-worktrees` exist - unknown arguments retain their current behavior - existing behavior outside this script is unchanged
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#3