From ec713d68b8d63bd9318ee581ed0fb5942858d62d Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Fri, 11 Mar 2011 15:09:32 -0500 Subject: [PATCH] build: run gotest in misc/cgo/test R=golang-dev, iant, r CC=golang-dev https://golang.org/cl/4239079 --- src/run.bash | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/run.bash b/src/run.bash index aec4901090..be90af0da6 100755 --- a/src/run.bash +++ b/src/run.bash @@ -81,6 +81,13 @@ gomake clean ./test.bash ) || exit $? +[ "$GOARCH" == arm ] || +[ "$GOHOSTOS" == windows ] || +(xcd ../misc/cgo/test +gomake clean +gotest +) || exit $? + (xcd pkg/exp/ogle gomake clean time gomake ogle -- 2.50.0