summaryrefslogtreecommitdiff
path: root/test/run
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2012-02-04 00:54:08 -0500
committerRuss Cox <rsc@golang.org>2012-02-04 00:54:08 -0500
commite943b5875300074ee7c0a22a562246cc1641f17a (patch)
tree4d55df98a088acb205f199bfc5474852fd6f227f /test/run
parentff39c5ed4b452204511fdc623893f5ce2fc56491 (diff)
downloadgo-e943b5875300074ee7c0a22a562246cc1641f17a.tar.gz
build: use cmd/dist
R=bradfitz, ality, r, r, iant, mikioh.mikioh CC=golang-dev http://codereview.appspot.com/5615058
Diffstat (limited to 'test/run')
-rwxr-xr-xtest/run4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/run b/test/run
index afc75c19d..714520aee 100755
--- a/test/run
+++ b/test/run
@@ -3,8 +3,8 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
-eval $(../bin/tool/make --no-print-directory -f ../src/Make.inc go-env)
-
+eval $(../bin/tool/dist env)
+export GOARCH GOOS GOROOT
export E=
case X"$GOARCH" in