[tilo] Stop depending on testexec package

This was moved to tools/ and we can't delete the old package
because tilo depends on it. If we need to use the same structs
as that package in the future we can always move tilo to //tools.

Change-Id: I0d0300d1943b2c2f9d1ae2dbe7e9b89a77e7addd
5 files changed
tree: c7eededd0e08dce31114bcd70ae0ab3dfbd78ee8
  1. cmd/
  2. fuchsia/
  3. fxctx/
  4. fxtesting/
  5. fxtime/
  6. gerrit-policy/
  7. retry/
  8. tilo/
  9. tools/
  10. .gitignore
  11. AUTHORS
  12. go.mod
  13. go.sum
  14. LICENSE
  15. MAINTAINERS
  16. manifest
  17. packages_to_publish.json
  18. PATENTS
  19. README.md
README.md

infra

This repo contains tools and config files necessary to run infrastructure related to builds, code review, version control, and continuous integrations.

In order to build the Go code, you must clone this repo into an appropriately named directory. This should do the trick:

REPO=fuchsia.googlesource.com/infra/infra
git clone https://${REPO} $(go env GOPATH)/src/${REPO}