mirror of
https://github.com/btcsuite/btcd.git
synced 2024-11-19 18:00:11 +01:00
Remove -v from go test.
This caused unhelpful clutter in travis output. Closes #877
This commit is contained in:
parent
7b0380cdd3
commit
53edcec224
@ -21,7 +21,7 @@ test -z "$(gometalinter --disable-all \
|
|||||||
--enable=gosimple \
|
--enable=gosimple \
|
||||||
--enable=unconvert \
|
--enable=unconvert \
|
||||||
--deadline=4m $(glide novendor) | grep -v 'ALL_CAPS\|OP_' 2>&1 | tee /dev/stderr)"
|
--deadline=4m $(glide novendor) | grep -v 'ALL_CAPS\|OP_' 2>&1 | tee /dev/stderr)"
|
||||||
env GORACE="halt_on_error=1" go test -v -race -tags rpctest $(glide novendor)
|
env GORACE="halt_on_error=1" go test -race -tags rpctest $(glide novendor)
|
||||||
|
|
||||||
# Run test coverage on each subdirectories and merge the coverage profile.
|
# Run test coverage on each subdirectories and merge the coverage profile.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user