From c3f4319a241d646668f81de5e7109ce8938f79f2 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Tue, 6 Mar 2012 23:27:30 -0500 Subject: misc/cgo: re-enable some tests The testso directory still needs to be enabled. R=golang-dev, r CC=golang-dev https://golang.org/cl/5731048 --- src/run.bash | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'src/run.bash') diff --git a/src/run.bash b/src/run.bash index 7b1854865e..b5ffaa9974 100755 --- a/src/run.bash +++ b/src/run.bash @@ -35,32 +35,26 @@ go test sync -short -timeout=120s -cpu=10 xcd() { echo - echo --- cd $1 + echo '#' $1 builtin cd "$GOROOT"/src/$1 } BROKEN=true -$BROKEN || [ "$CGO_ENABLED" != 1 ] || [ "$GOHOSTOS" == windows ] || (xcd ../misc/cgo/stdio -"$GOMAKE" clean ./test.bash ) || exit $? -$BROKEN || [ "$CGO_ENABLED" != 1 ] || (xcd ../misc/cgo/life -"$GOMAKE" clean ./test.bash ) || exit $? -$BROKEN || [ "$CGO_ENABLED" != 1 ] || (xcd ../misc/cgo/test -"$GOMAKE" clean -gotest +go test ) || exit $? $BROKEN || -- cgit v1.3-5-g9baa