]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: use -tags=lldb for iOS tests
authorDavid Crawshaw <crawshaw@golang.org>
Thu, 4 Jun 2015 19:03:38 +0000 (15:03 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Thu, 4 Jun 2015 20:56:48 +0000 (20:56 +0000)
commitebcc7ec148f4c224a2b026b6484ad0fa135dcf78
treea1ad7a720f01ca4ecd9465f555f6c1cdd50b82ba
parentd751be9f98120cc9d54b986f1fb09249dc2e6f3a
cmd/dist: use -tags=lldb for iOS tests

As of golang.org/cl/9154, running go test will override a previous
go install -a -tags=lldb std with the tag-less version of stdlib. So
we pass -tags=lldb into the relevant go test commands.

Change-Id: I1c718289d7212373a9383eff53a643f06598f5ed
Reviewed-on: https://go-review.googlesource.com/10701
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
src/cmd/dist/test.go