Skip to content
This repository has been archived by the owner on Feb 3, 2018. It is now read-only.

Commit

Permalink
Disable verbose output on tests
Browse files Browse the repository at this point in the history
With the preceding change to solver test output, the default output mode
is now more desireable.
  • Loading branch information
sdboyer committed Mar 31, 2017
1 parent 09b001a commit b0f646b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ test:
cd $RD && \
echo 'mode: atomic' > coverage.txt && \
go list ./... | grep -v "/vendor/" | \
xargs -n1 -I% sh -c 'set -e; go test -covermode=atomic -coverprofile=coverage.out -v % ; tail -n +2 coverage.out >> coverage.txt' && \
xargs -n1 -I% sh -c 'set -e; go test -covermode=atomic -coverprofile=coverage.out % ; tail -n +2 coverage.out >> coverage.txt' && \
rm coverage.out
- cd $RD && go build example.go
- cd $RD && bash <(curl -s https://codecov.io/bash)

0 comments on commit b0f646b

Please sign in to comment.