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:
Alex Brainman 2011-01-31 15:58:44 +11:00
parent 1f55105f66
commit 3bfd35b72e

View file

@ -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