mirror of
https://github.com/golang/go
synced 2024-11-22 07:54:40 -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 $?
|
) || exit $?
|
||||||
|
|
||||||
(xcd ../doc/codelab/wiki
|
(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
|
for i in ../misc/dashboard/builder ../misc/goplay
|
||||||
do
|
do
|
||||||
|
Loading…
Reference in New Issue
Block a user