commit | 4d0b577dda61da9d6447401077005afb9c3b29c0 | [log] [tgz] |
---|---|---|
author | Jiri Simsa <jsimsa@google.com> | Tue Dec 16 16:33:18 2014 -0800 |
committer | Jiri Simsa <jsimsa@google.com> | Tue Dec 16 16:33:18 2014 -0800 |
tree | 77a1e5569fa4935abf485bbaf2f7c09d0a69b017 | |
parent | db10ce4bda9b01da78982a790769410d7f070403 [diff] |
veyron/services/mgmt/build: respecting the GOROOT environment variable setting in order to make the build server test pass with Go 1.4 Change-Id: If6b8430b1cf491b4fc4d2e3d9ef1cfdbb3ce4877
diff --git a/services/mgmt/build/impl/impl_test.go b/services/mgmt/build/impl/impl_test.go index 4dfc78a..85b4773 100644 --- a/services/mgmt/build/impl/impl_test.go +++ b/services/mgmt/build/impl/impl_test.go
@@ -48,7 +48,7 @@ t.Fatalf("LookPath(%q) failed: %v", name, err) } } - return pathbin, "" + return pathbin, os.Getenv("GOROOT") } // startServer starts the build server.