orchestra: pre-release WIP snapshot (orchestra-06g4kvshak9b8m9k8henaf23cg-0426a3a5)

This commit is contained in:
2026-08-29 00:05:45 +04:00
parent 52d8cba1e2
commit 5f22620a78
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -20,6 +20,7 @@ main() {
emit text 'Healthcheck script for Orchestra E2E tests.\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 ' Off by default; the success message prints unless --quiet is given.\n'
emit text 'Version: %s\n' "$VERSION"
exit 0
elif [ "$arg" = --quiet ]; then
+1 -1
View File
@@ -3,7 +3,7 @@
HC="$(dirname "$0")/orchestra_e2e_healthcheck.sh"
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.\nVersion: 1.0.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.\n Off by default; the success message prints unless --quiet is given.\nVersion: 1.0.0')"
fails=0
check() { # check <expected-stdout> <label> [args...]