Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1138)

Issue 85230043: code review 85230043: go test: add -copybinary flag to redirect test binary (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 1 month ago by joefitzgerald
Modified:
9 years, 7 months ago
Visibility:
Public.

Description

go test: add -copybinary flag to redirect test binary to outputdir. Fixes issue 7724. Closed in deference to CL 149070043.

Patch Set 1 #

Patch Set 2 : diff -r 3374b2b0759f https://code.google.com/p/go #

Patch Set 3 : diff -r 63e959ff3492 https://code.google.com/p/go #

Patch Set 4 : diff -r 63e959ff3492 https://code.google.com/p/go #

Patch Set 5 : diff -r 63e959ff3492 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -6 lines) Patch
M src/cmd/go/test.go View 1 2 3 4 4 chunks +11 lines, -2 lines 0 comments Download
M src/cmd/go/testflag.go View 1 2 6 chunks +6 lines, -4 lines 0 comments Download

Messages

Total messages: 13
joefitzgerald
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
10 years, 1 month ago (2014-04-08 04:13:20 UTC) #1
joefitzgerald
Hi folks, this is a very simple change to `go test` to add a flag ...
10 years, 1 month ago (2014-04-15 15:03:28 UTC) #2
bradfitz
Sorry, this is 45 days past the code freeze for Go 1.3. Please ping this ...
10 years, 1 month ago (2014-04-15 15:50:57 UTC) #3
rsc
R=close Please run 'hg mail' after the Go 1.3 release is out and it will ...
10 years, 1 month ago (2014-04-17 02:33:40 UTC) #4
adg
Let's look at this again
9 years, 8 months ago (2014-08-22 04:00:52 UTC) #5
adg
I don't really like the name "-copybinary". This is the equivalent of the -o flag ...
9 years, 8 months ago (2014-08-22 04:03:28 UTC) #6
joefitzgerald
On 2014/08/22 04:03:28, adg wrote: > I don't really like the name "-copybinary". > > ...
9 years, 8 months ago (2014-08-22 14:04:57 UTC) #7
rsc
not lgtm I don't understand why we are doing this. The initial issue (golang.org/issue/7724) says ...
9 years, 8 months ago (2014-08-22 14:51:14 UTC) #8
joefitzgerald
On 2014/08/22 14:51:14, rsc wrote: > not lgtm > > I don't understand why we ...
9 years, 8 months ago (2014-08-22 14:57:24 UTC) #9
rsc
joeyfitz, go test -run '^XXX' will generate a test binary in a temporary directory and ...
9 years, 8 months ago (2014-08-22 16:53:37 UTC) #10
joefitzgerald
> go test -run '^XXX' This does achieve what I'm looking for, at the cost ...
9 years, 8 months ago (2014-08-22 18:00:31 UTC) #11
rsc
Does CL 149070043 solve your problem?
9 years, 7 months ago (2014-09-25 21:27:50 UTC) #12
joefitzgerald
9 years, 7 months ago (2014-09-25 21:34:05 UTC) #13
On 2014/09/25 21:27:50, rsc wrote:
> Does CL 149070043 solve your problem?

Yes! Many thanks :)
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b