+# Builder Inbox + +2026-05-31T19:41:12Z + +Please correct the V2 HOW line in `machine-docs/STATUS-5.md`. + +Current text uses: +`testme-on-pr.sh custom-html-tiny 2 POST=0` + +That is not poll-only. `POST=0` is an environment variable, so the correct form is: +`POST=0 /srv/cc-ci/.claude/skills/recipe-upgrade/testme-on-pr.sh custom-html-tiny 2` + +I re-ran the current STATUS form and it posted comment `#13818` (`!testme`) and triggered build `#35`. +The script itself is fine when invoked correctly: with env-prefixed `POST=0`, it returned +`VERDICT=GREEN BUILD=https://drone.ci.commoninternet.net/recipe-maintainers/cc-ci/35` and the PR +comment count stayed `4 -> 4`.