mirror of
https://github.com/golang/go
synced 2024-11-21 20:14:52 -07:00
run.bash: disable doc/codelab/wiki test on windows
R=golang-dev, adg CC=golang-dev https://golang.org/cl/4119047
This commit is contained in:
parent
1f55105f66
commit
3bfd35b72e
@ -104,7 +104,10 @@ fi
|
||||
) || exit $?
|
||||
|
||||
(xcd ../doc/codelab/wiki
|
||||
gomake test) || exit $?
|
||||
if [[ $(uname | tr A-Z a-z | sed 's/mingw/windows/') != *windows* ]]; then
|
||||
gomake test
|
||||
fi
|
||||
) || exit $?
|
||||
|
||||
for i in ../misc/dashboard/builder ../misc/goplay
|
||||
do
|
||||
|
Loading…
Reference in New Issue
Block a user