blob: 88d77912e31efc74088c885abdd47d275c3b27a4 [file] [log] [blame]
Anthony Martin38590322012-05-01 22:32:46 -07001#!/bin/rc -e
2# Copyright 2012 The Go Authors. All rights reserved.
3# Use of this source code is governed by a BSD-style
4# license that can be found in the LICENSE file.
5
Anthony Martinf08acae2013-02-26 09:25:46 -08006rfork e
7
8eval `{go env}
9
David du Colombier610dc922014-01-28 06:17:38 +010010GOPATH = () # we disallow local import for non-local packages, if $GOROOT happens
Anthony Martinf08acae2013-02-26 09:25:46 -080011 # to be under $GOPATH, then some tests below will fail
Brad Fitzpatrick3b50adb2016-05-19 17:43:04 +000012GOBIN = () # Issue 14340
Anthony Martin38590322012-05-01 22:32:46 -070013
Russ Coxf70f2772015-12-20 14:29:20 -050014exec go tool dist test -rebuild $*