]> Cypherpunks repositories - gostls13.git/commit
run.bat: do not unset GOROOT_FINAL before running tests
authorBryan C. Mills <bcmills@google.com>
Wed, 10 Jun 2020 02:00:18 +0000 (22:00 -0400)
committerBryan C. Mills <bcmills@google.com>
Wed, 10 Jun 2020 03:27:28 +0000 (03:27 +0000)
commit2a4e71c752875f84dc0061f75fdcbfc96ae8d5f2
tree9507444840bd61540f3fa7009813ba5f471e7c30
parentb9332ed31aa4c2b73134a1b968761fc4c259ccac
run.bat: do not unset GOROOT_FINAL before running tests

This removes the same logic from run.bat that was removed from
cmd/dist in CL 236819.

The duplicated logic was removed from run.bash and run.rc in CL 6531,
but that part of run.bat was apparently missed (and not noticed
because its effect was redundant).

Also fix a path-separator bug in cmd/addr2line.TestAddr2Line that was
exposed as a result.

Fixes #39478
Updates #39385

Change-Id: I00054966cf92ef92a03681bf23de7f45f46fbb5e
Reviewed-on: https://go-review.googlesource.com/c/go/+/237359
Run-TryBot: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/addr2line/addr2line_test.go
src/run.bat