Commit bc674b3d authored by David Crawshaw's avatar David Crawshaw

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/6369Reviewed-by: default avatarHyang-Ah Hana Kim <hyangah@gmail.com>
parent cb37cfa0
......@@ -59,7 +59,7 @@ var sysdir = func() *sysDir {
wd = err.Error()
}
return &sysDir{
wd,
filepath.Join(wd, "..", ".."),
[]string{
"ResourceRules.plist",
"Info.plist",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment