orchestra: pre-release WIP snapshot (orchestra-06g4kenhxy12m5bnc5txaf3mxr-b1cc22b0)

This commit is contained in:
2026-08-28 23:01:30 +04:00
parent b726db6d3d
commit 67135c76de
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -18,6 +18,7 @@ main() {
emit text 'Healthcheck script for Orchestra E2E tests.\n' emit text 'Healthcheck script for Orchestra E2E tests.\n'
emit text 'Exits 0 with a success message if all checks pass.\n' emit text 'Exits 0 with a success message if all checks pass.\n'
emit text ' --quiet Suppress the success message; still exits 0.\n' emit text ' --quiet Suppress the success message; still exits 0.\n'
emit text 'A passing run exits 0.\n'
exit 0 exit 0
elif [ "$arg" = --quiet ]; then elif [ "$arg" = --quiet ]; then
quiet=1 quiet=1
+1 -1
View File
@@ -3,7 +3,7 @@
HC="$(dirname "$0")/orchestra_e2e_healthcheck.sh" HC="$(dirname "$0")/orchestra_e2e_healthcheck.sh"
OK='OK - all healthchecks passed' OK='OK - all healthchecks passed'
USAGE="$(printf 'Usage: orchestra_e2e_healthcheck.sh [--quiet]\n\nHealthcheck script for Orchestra E2E tests.\nExits 0 with a success message if all checks pass.\n --quiet Suppress the success message; still exits 0.')" USAGE="$(printf 'Usage: orchestra_e2e_healthcheck.sh [--quiet]\n\nHealthcheck script for Orchestra E2E tests.\nExits 0 with a success message if all checks pass.\n --quiet Suppress the success message; still exits 0.\nA passing run exits 0.')"
fails=0 fails=0
check() { # check <expected-stdout> <label> [args...] check() { # check <expected-stdout> <label> [args...]