fix make test: the make test rule should not pass the -loglevel flag

It's not supported in all subpackages. Make test is not really used
in our CI that's why we didn't see this before.

License: MIT
Signed-off-by: Hector Sanjuan <code@hector.link>
This commit is contained in:
Hector Sanjuan 2018-09-27 20:27:51 +02:00
parent cbdd075bb2
commit b78f9881c1

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