Skip to content

Commit

Permalink
Merge pull request #248 from benbjohnson/build-fail
Browse files Browse the repository at this point in the history
Update build script to fail on error.
  • Loading branch information
benbjohnson committed Oct 17, 2013
2 parents 7fa99b3 + 4fb3a01 commit 088a01f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
set -e

ETCD_PACKAGE=github.com/coreos/etcd
export GOPATH="${PWD}"
Expand Down
1 change: 1 addition & 0 deletions test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
set -e

# Get GOPATH, etc from build
. ./build
Expand Down

0 comments on commit 088a01f

Please sign in to comment.