[testrunner] Add syslog output to summary outputs

Else, api.fuchsia will not present these files on post-processing.

Change-Id: I4ea253ccb519f8c7d601fc45ae5e40cfadff7318
2 files changed
tree: 9306e7fef007a2438182cb70281f8e36fe76ad46
  1. bloaty/
  2. botanist/
  3. build/
  4. cache/
  5. cmd/
  6. color/
  7. digest/
  8. elflib/
  9. fastboot/
  10. gndoc/
  11. isatty/
  12. logger/
  13. mdns/
  14. netboot/
  15. ninjalog/
  16. pdu/
  17. qemu/
  18. resultstore/
  19. retry/
  20. runtests/
  21. secrets/
  22. serial/
  23. symbolize/
  24. tap/
  25. telnet/
  26. testrunner/
  27. testsharder/
  28. tftp/
  29. .gitignore
  30. go.mod
  31. go.sum
  32. LICENSE
  33. manifest
  34. PATENTS
  35. README.md
README.md

tools

This repo contains tools used in Fuchsia build and development.

Go packages from here are automatically built and uploaded to CIPD and Google Storage by bots using the tools recipe. To add a tool to the build:

  • Edit the bot config.
  • Find the builder_mixins section with name: "tools".
  • Edit the JSON in properties_j to add a string to the packages list:
"fuchsia.googlesource.com/tools/cmd/your-new-tool"