Commit 072646cd authored by Rob Pike's avatar Rob Pike Committed by David Symonds

run.bash: set -e in new codewalk block

Otherwise we won't fail if something goes wrong.
This shell programming stuff is tricky.

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5905062
parent f4fc8894
...@@ -76,6 +76,7 @@ make clean ...@@ -76,6 +76,7 @@ make clean
(xcd ../doc/codewalk (xcd ../doc/codewalk
# TODO: test these too. # TODO: test these too.
set -e
go build pig.go go build pig.go
go build urlpoll.go go build urlpoll.go
rm -f pig urlpoll rm -f pig 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