mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
raft: Make raft a module
Establishing a module: Creating a go.mod files
This commit is contained in:
2
test
2
test
@@ -32,6 +32,8 @@
|
||||
# $ COVERDIR=coverage PASSES="build build_cov cov" ./test
|
||||
# $ go tool cover -html ./coverage/cover.out
|
||||
set -e
|
||||
set -o pipefail
|
||||
|
||||
|
||||
# Consider command as failed when any component of the pipe fails:
|
||||
# https://stackoverflow.com/questions/1221833/pipe-output-and-capture-exit-status-in-bash
|
||||
|
||||
Reference in New Issue
Block a user