test, build: support failpoints

This commit is contained in:
Anthony Romano
2016-06-21 12:44:11 -07:00
parent 6009e88077
commit 7f8ffd7dbe
2 changed files with 26 additions and 1 deletions

5
test
View File

@@ -168,10 +168,13 @@ mkdir -p $GOPATH
ln -s ${PWD}/cmd/vendor $GOPATH/src
# fail fast on static tests
GO_BUILD_FLAGS="-a -v" etcd_build
toggle_failpoints disable
fmt_tests
dep_tests
# fail fast on static tests
GO_BUILD_FLAGS="-a -v" etcd_build
unit_tests
if [ -n "$INTEGRATION" ]; then
integration_tests