diff options
Diffstat (limited to 'src/run.bash')
-rwxr-xr-x | src/run.bash | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/run.bash b/src/run.bash index 0cd129253..731e07e49 100755 --- a/src/run.bash +++ b/src/run.bash @@ -103,6 +103,12 @@ if [[ $(uname | tr A-Z a-z | sed 's/mingw/windows/') != *windows* ]]; then fi ) || exit $? +(xcd ../doc/codelab/wiki +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 (xcd $i |