mirror of
https://github.com/golang/go
synced 2024-11-18 15:04:44 -07:00
os: darwin/arm working dir moved for tests
The go_darwin_arm_exec script now tells lldb to move the working directory into <bundle>/src/os on startup. Change-Id: I0ada4969e9ea374f08c84ab736aab2097ac73dd8 Reviewed-on: https://go-review.googlesource.com/6369 Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
This commit is contained in:
parent
cb37cfa01c
commit
bc674b3d16
@ -59,7 +59,7 @@ var sysdir = func() *sysDir {
|
||||
wd = err.Error()
|
||||
}
|
||||
return &sysDir{
|
||||
wd,
|
||||
filepath.Join(wd, "..", ".."),
|
||||
[]string{
|
||||
"ResourceRules.plist",
|
||||
"Info.plist",
|
||||
|
Loading…
Reference in New Issue
Block a user