1
0
mirror of https://github.com/golang/go synced 2024-11-21 15:44:44 -07:00

fix build: disable gofmt test script, enable gotest testing instead

R=rsc
CC=golang-dev
https://golang.org/cl/4403045
This commit is contained in:
Robert Griesemer 2011-04-13 14:24:38 -07:00
parent c7d16cc411
commit 5666ec8735
3 changed files with 2 additions and 12 deletions

View File

@ -15,5 +15,5 @@ include ../../Make.cmd
test: $(TARG)
./test.sh
smoketest: $(TARG)
(cd testdata; ./test.sh)
testshort:
gotest -test.short

View File

@ -194,7 +194,6 @@ NOTEST+=\
../cmd/cgo\
../cmd/ebnflint\
../cmd/godoc\
../cmd/gofmt\
../cmd/gotest\
../cmd/govet\
../cmd/goyacc\

View File

@ -50,15 +50,6 @@ fi
GOMAXPROCS=10 gomake testshort
) || exit $?
[ "$GOARCH" == arm ] ||
(xcd cmd/gofmt
if $rebuild; then
gomake clean;
time gomake
fi
time gomake smoketest
) || exit $?
(xcd cmd/ebnflint
if $rebuild; then
gomake clean;