• David du Colombier's avatar
    cmd/go: fix TestScript/mod_gobuild_import on Plan 9 · 154394f8
    David du Colombier authored
    CL 125296 added TestScript/mod_gobuild_import. This
    test is failing on Plan 9, because go/build invokes
    the go tool which cannot be found in the path.
    
    The "PATH" environment variable has been updated to
    contain the path to the go tool on Unix and Windows,
    but on Plan 9, the analogous environment variable is
    called "path".
    
    This change fixes the script engine by setting
    the "path" environment variable on Plan 9.
    
    Fixes #26669.
    
    Change-Id: If1be50e14baceccee591f4f76b7e698f5e12a2d4
    Reviewed-on: https://go-review.googlesource.com/126608
    Run-TryBot: David du Colombier <0intro@gmail.com>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
    154394f8
Name
Last commit
Last update
..
addr2line Loading commit data...
api Loading commit data...
asm Loading commit data...
buildid Loading commit data...
cgo Loading commit data...
compile Loading commit data...
cover Loading commit data...
dist Loading commit data...
doc Loading commit data...
fix Loading commit data...
go Loading commit data...
gofmt Loading commit data...
internal Loading commit data...
link Loading commit data...
nm Loading commit data...
objdump Loading commit data...
pack Loading commit data...
pprof Loading commit data...
test2json Loading commit data...
trace Loading commit data...
vendor Loading commit data...
vet Loading commit data...