mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
test, build: support failpoints
This commit is contained in:
5
test
5
test
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user