mirror of
https://github.com/golang/go
synced 2024-11-19 04:54:41 -07: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:
parent
9c5e8c450a
commit
64469fc1da
2
src/cmd/dist/test.go
vendored
2
src/cmd/dist/test.go
vendored
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user