mirror of
https://github.com/golang/go
synced 2024-11-12 09:10:21 -07:00
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
This commit is contained in:
parent
f4fc889424
commit
072646cd17
@ -76,6 +76,7 @@ make clean
|
||||
|
||||
(xcd ../doc/codewalk
|
||||
# TODO: test these too.
|
||||
set -e
|
||||
go build pig.go
|
||||
go build urlpoll.go
|
||||
rm -f pig urlpoll
|
||||
|
Loading…
Reference in New Issue
Block a user