1
0
mirror of https://github.com/golang/go synced 2024-10-01 12:38:31 -06:00

cmd/dist: re-disable android test

Accidentally turned on in golang.org/cl/7734.

Change-Id: I8d72c279150a0b93732a2ac41b82fbb3cd7bf9d3
Reviewed-on: https://go-review.googlesource.com/7737
Reviewed-by: Burcu Dogan <jbd@google.com>
This commit is contained in:
David Crawshaw 2015-03-19 15:36:54 -04:00
parent 9c5e8c450a
commit 64469fc1da

View File

@ -259,7 +259,7 @@ func (t *tester) registerTests() {
})
}
if t.hasBash() && t.cgoEnabled && t.goos != "darwin" {
if t.hasBash() && t.cgoEnabled && t.goos != "android" && t.goos != "darwin" {
t.registerTest("testgodefs", "../misc/cgo/testgodefs", "./test.bash")
}
if t.cgoEnabled {