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
test: $(TARG)
./test.sh
smoketest: $(TARG)
(cd testdata; ./test.sh)
testshort:
gotest -test.short
......@@ -194,7 +194,6 @@ NOTEST+=\
../cmd/cgo\
../cmd/ebnflint\
../cmd/godoc\
../cmd/gofmt\
../cmd/gotest\
../cmd/govet\
../cmd/goyacc\
......
......@@ -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;
......
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