Closed
Description
CL 468636 (CC @bcmills) recently improved TestDocsUpToDate to invoke go help documentation
directly, without the mkalldocs.sh script, but it's not able to run at least in the emu android builders, failing with:
--- FAIL: TestDocsUpToDate (0.00s)
help_test.go:34: help documentation: exec: no command
FAIL
exitcode=1
FAIL cmd/go 0.550s
(https://build.golang.org/log/3cee601aeb5302bcf6b0304d14ef713c9f3bff76)
CC @golang/android.