]> Cypherpunks repositories - gostls13.git/commit
misc/android,misc/ios: evaluate current working directory symlinks
authorElias Naur <mail@eliasnaur.com>
Fri, 1 Mar 2019 07:25:35 +0000 (08:25 +0100)
committerElias Naur <mail@eliasnaur.com>
Fri, 1 Mar 2019 16:41:38 +0000 (16:41 +0000)
commit8eef74b493e48f3dfac6619b01ac7efe26c134b5
tree69c386f8553f2dd22c01d6aa5caaa384ea34cb5d
parent4e10ce45f5ea4f1328876c0defd7d8c8150fc397
misc/android,misc/ios: evaluate current working directory symlinks

Previous CLs added symlink evaulation to GOROOT and GOPATH.
Unfortunately that only fixed tests that ran outside GOROOT.

To fix the standard library tests, evaluate symlinks in the current
working directory as well.

Change-Id: Ia406a968235ae4321a1002567520105998582d15
Reviewed-on: https://go-review.googlesource.com/c/164699
Run-TryBot: Elias Naur <mail@eliasnaur.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
misc/android/go_android_exec.go
misc/ios/go_darwin_arm_exec.go