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 'Exits 0 with a success message if all checks pass.\n'
emit text ' --quiet Suppress the success message; still exits 0.\n'
emit text 'A passing run exits 0.\n'
exit 0
elif [ "$arg" = --quiet ]; then
quiet=1