TBR cmdline/testdata: suppress test.parallel flag default in gendoc

This replaces the default value of the test.parallel flag (which is
typically GOMAXPROCS and varies from machine to machine) with the
literal string "<number of threads>".

This was not required for Go1.4 and before because GOMAXPROCS was set to
1 by default. It is now set to the number of logical CPUs in the system.

Change-Id: I85f6a7b159d3312d52b6bdbdb8a48db72cdc5203
MultiPart: 1/2
1 file changed
tree: c2b5eb7023db05069f52418d61cc1d7004669787
  1. cmdline/
  2. dbutil/
  3. envvar/
  4. host/
  5. metadata/
  6. netconfig/
  7. netstate/
  8. set/
  9. textutil/
  10. toposort/
  11. vlog/
  12. .gitignore
  13. .godepcop
  14. AUTHORS
  15. CONTRIBUTORS
  16. LICENSE
  17. PATENTS
  18. README.md
  19. VERSION
README.md

This repository contains general purpose libraries used by the Vanadium project. TEST