Merge pull request #555 from ipfs/fix/make-test

fix make test: the make test rule should not pass the -loglevel flag
This commit is contained in:
Hector Sanjuan 2018-09-28 19:51:45 +02:00 committed by GitHub
commit 61aa83fcc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@ check:
golint -set_exit_status -min_confidence 0.3 ./...
test: deps
go test -loglevel "CRITICAL" -v ./...
go test -v ./...
test_sharness: $(sharness)
@sh sharness/run-sharness-tests.sh