Skip to content

cmd/go: working dir for link changed between Go 1.0.3 and Go 1.1 #5319

@gopherbot

Description

@gopherbot

by cgmurray:

What steps will reproduce the problem?
run "go test -x ROOT_PACKAGE/..." with go 1.0.3 and tip (13e00572ed0b)

What is the expected output?
working directory is changed for every package with go 1.1, "cd ... or
equivalent"

What do you see instead?
working directory is not changed for every package as with go 1.0.3

Which compiler are you using (5g, 6g, 8g, gccgo)?
-

Which operating system are you using?
osx

Which version are you using?  (run 'go version')
go version devel +13e00572ed0b Thu Apr 18 17:37:21 2013 -0700 darwin/amd64

Please provide any additional information below.
This might break backwards compatibility. In the specific use-case a relative
library-path is set with -L

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions