gosh: Stop special-casing propagate output in BuildGoPkg

I'd originally overridden PropagateOutput to false in
BuildGoPkg because "go build" was spewing lots of useless
output, which interfered with debugging using
PropagateChildOutput=true, but today I realized the spew was
because of the -x flag, which we need not set. So, we stop
setting -x and drop the special-casing.

Change-Id: If17ee00c1263cc51bb27bf7bdea7caff084757f4
1 file changed
tree: 79062692ea2fe3d2beb85a8a9d941283467d8632
  1. cmd/
  2. cmdline/
  3. dbutil/
  4. envvar/
  5. gosh/
  6. host/
  7. ibe/
  8. metadata/
  9. netconfig/
  10. netstate/
  11. set/
  12. textutil/
  13. timing/
  14. toposort/
  15. vlog/
  16. .gitignore
  17. .godepcop
  18. AUTHORS
  19. CONTRIBUTING.md
  20. CONTRIBUTORS
  21. LICENSE
  22. PATENTS
  23. README.md
  24. VERSION
README.md

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