Re: [go-nuts] Test caching unexpectedly disabled by -exec

2018-08-28 Thread Steven Hartland
On 24/08/2018 18:00, Ian Lance Taylor wrote: On Fri, Aug 24, 2018 at 8:31 AM, Steven Hartland wrote: Hi all I've just been banging my head why test our linux test env isn't caching tests and found that its down to -exec. The docs (https://golang.org/cmd/go/#hdr-Build_and_test_caching) refer to

Re: [go-nuts] Test caching unexpectedly disabled by -exec

2018-08-24 Thread Ian Lance Taylor
On Fri, Aug 24, 2018 at 8:31 AM, Steven Hartland wrote: > > Hi all I've just been banging my head why test our linux test env isn't > caching tests and found that its down to -exec. > > The docs (https://golang.org/cmd/go/#hdr-Build_and_test_caching) refer to > cacheable "test" flags but doesn't m

[go-nuts] Test caching unexpectedly disabled by -exec

2018-08-24 Thread Steven Hartland
Hi all I've just been banging my head why test our linux test env isn't caching tests and found that its down to -exec. The docs (https://golang.org/cmd/go/#hdr-Build_and_test_caching) refer to cacheable "test" flags but doesn't mention standard non-test flags. In addition to this GODEBUG=goc