commit | 2845de208e9cec7db8fee1cdcbd394bd2b53685c | [log] [tgz] |
---|---|---|
author | Adam Sadovsky <asadovsky@gmail.com> | Fri Jan 29 18:25:25 2016 -0800 |
committer | Adam Sadovsky <asadovsky@gmail.com> | Fri Jan 29 18:28:17 2016 -0800 |
tree | 79062692ea2fe3d2beb85a8a9d941283467d8632 | |
parent | 8c7485504fba2b94128f879599433c554b7441ac [diff] |
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
This repository contains general purpose libraries used by the Vanadium project. TEST