mirror of
https://github.com/golang/go
synced 2024-11-23 12:20:12 -07:00
[dev.cmdgo] cmd/go: address code review comments in test cgo_path_space_quote
For CL 334732. Change-Id: I5cb88cd7d5e4edf6006bbaeb17723dac2cdf0fd5 Reviewed-on: https://go-review.googlesource.com/c/go/+/339590 Trust: Jay Conrod <jayconrod@google.com> Run-TryBot: Jay Conrod <jayconrod@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Bryan C. Mills <bcmills@google.com>
This commit is contained in:
parent
fc8e0cbbba
commit
3025ce2fa8
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
[short] skip
|
[short] skip
|
||||||
[!exec:clang] [!exec:gcc] skip
|
[!exec:clang] [!exec:gcc] skip
|
||||||
|
[!cgo] skip
|
||||||
|
|
||||||
env GOENV=$WORK/go.env
|
env GOENV=$WORK/go.env
|
||||||
mkdir 'program files'
|
mkdir 'program files'
|
||||||
@ -20,6 +21,7 @@ go env CC
|
|||||||
stdout 'program files[/\\]which cc" (clang|gcc)$'
|
stdout 'program files[/\\]which cc" (clang|gcc)$'
|
||||||
|
|
||||||
go run .
|
go run .
|
||||||
|
stdout 1
|
||||||
|
|
||||||
-- go.mod --
|
-- go.mod --
|
||||||
module test
|
module test
|
||||||
|
Loading…
Reference in New Issue
Block a user