]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/run.rc
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / run.rc
index ab7abfa991a62e7349c77e222a4ad0487e240169..704290ca5ed1fdcc1a2016bf84e03155aa972741 100755 (executable)
@@ -10,12 +10,8 @@ if(! test -f ../bin/go){
        exit wrongdir
 }
 
-eval `{../bin/go env}
-
-GOPATH = () # we disallow local import for non-local packages, if $GOROOT happens
-            # to be under $GOPATH, then some tests below will fail
-GOBIN = () # Issue 14340
-GOFLAGS = ()
-GO111MODULE = ()
+GOENV=off
+eval `{../bin/go tool dist env}
 
+GOPATH=/nonexist-gopath
 exec ../bin/go tool dist test -rebuild $*