Commit 5666ec87 authored by Robert Griesemer's avatar Robert Griesemer

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

R=rsc
CC=golang-dev
https://golang.org/cl/4403045
parent c7d16cc4
...@@ -15,5 +15,5 @@ include ../../Make.cmd ...@@ -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+=\ ...@@ -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 ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment