Commit 64cb2cf5 authored by Robert Daniel Kortschak's avatar Robert Daniel Kortschak Committed by Rob Pike

doc: don't invoke go build with -o /dev/null during test

Fixes #5998.

R=golang-dev, khr
CC=golang-dev
https://golang.org/cl/12149043
parent 226e1eac
......@@ -17,5 +17,5 @@ echo foo | go run markov.go | grep foo > /dev/null || fail markov
go run pig.go | grep 'Wins, losses staying at k = 100: 210/990 (21.2%), 780/990 (78.8%)' > /dev/null || fail pig
# sharemem.xml: only build the example, as it uses the network
go build -o /dev/null urlpoll.go || fail urlpoll
go build urlpoll.go || fail urlpoll
rm -f urlpoll
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