]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/go: fix TestScript/cgo_path, cgo_path_space when CC set
authorJay Conrod <jayconrod@google.com>
Mon, 25 Jan 2021 15:34:28 +0000 (10:34 -0500)
committerJay Conrod <jayconrod@google.com>
Mon, 25 Jan 2021 19:40:02 +0000 (19:40 +0000)
commit54514c6b2896c6a634a7b8017ade909985172e4d
treeb18e3e3dd23681496fbfe06beeb0fd33ce1b2c7f
parent6de8443f3b324be69a3082a67ce71fa869d1a32b
cmd/go: fix TestScript/cgo_path, cgo_path_space when CC set

These tests failed if CC was set to a path containing a separator
during make.bash. They now set CC explicitly.

Fixes #43897

Change-Id: Ic6e7f192fcb363f0ac9f45b329113255453bf76f
Reviewed-on: https://go-review.googlesource.com/c/go/+/286292
Run-TryBot: Jay Conrod <jayconrod@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Trust: Jay Conrod <jayconrod@google.com>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/cmd/go/testdata/script/cgo_path.txt
src/cmd/go/testdata/script/cgo_path_space.txt