mirror of
https://github.com/golang/go
synced 2024-11-21 21:24:45 -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:
parent
c7d16cc411
commit
5666ec8735
@ -15,5 +15,5 @@ include ../../Make.cmd
|
|||||||
test: $(TARG)
|
test: $(TARG)
|
||||||
./test.sh
|
./test.sh
|
||||||
|
|
||||||
smoketest: $(TARG)
|
testshort:
|
||||||
(cd testdata; ./test.sh)
|
gotest -test.short
|
||||||
|
@ -194,7 +194,6 @@ NOTEST+=\
|
|||||||
../cmd/cgo\
|
../cmd/cgo\
|
||||||
../cmd/ebnflint\
|
../cmd/ebnflint\
|
||||||
../cmd/godoc\
|
../cmd/godoc\
|
||||||
../cmd/gofmt\
|
|
||||||
../cmd/gotest\
|
../cmd/gotest\
|
||||||
../cmd/govet\
|
../cmd/govet\
|
||||||
../cmd/goyacc\
|
../cmd/goyacc\
|
||||||
|
@ -50,15 +50,6 @@ fi
|
|||||||
GOMAXPROCS=10 gomake testshort
|
GOMAXPROCS=10 gomake testshort
|
||||||
) || exit $?
|
) || exit $?
|
||||||
|
|
||||||
[ "$GOARCH" == arm ] ||
|
|
||||||
(xcd cmd/gofmt
|
|
||||||
if $rebuild; then
|
|
||||||
gomake clean;
|
|
||||||
time gomake
|
|
||||||
fi
|
|
||||||
time gomake smoketest
|
|
||||||
) || exit $?
|
|
||||||
|
|
||||||
(xcd cmd/ebnflint
|
(xcd cmd/ebnflint
|
||||||
if $rebuild; then
|
if $rebuild; then
|
||||||
gomake clean;
|
gomake clean;
|
||||||
|
Loading…
Reference in New Issue
Block a user