mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
Makefile: remove -v flag from integration tests
This is a follow-up for49fe403af1
Commit disables the verbosity in integration tests after confirming that the tests run in both master and cluster branches. Signed-off-by: Artem Fetishev <rtm@victoriametrics.com> (cherry picked from commit61532930e6
) Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
parent
5e4e7648fb
commit
bd6cbb3f84
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -219,7 +219,7 @@ test-full-386:
|
||||||
DISABLE_FSYNC_FOR_TESTING=1 GOARCH=386 go test -coverprofile=coverage.txt -covermode=atomic ./lib/... ./app/...
|
DISABLE_FSYNC_FOR_TESTING=1 GOARCH=386 go test -coverprofile=coverage.txt -covermode=atomic ./lib/... ./app/...
|
||||||
|
|
||||||
integration-test: all
|
integration-test: all
|
||||||
go test ./apptest/... -skip="^TestSingle.*" -v
|
go test ./apptest/... -skip="^TestSingle.*"
|
||||||
|
|
||||||
benchmark:
|
benchmark:
|
||||||
go test -bench=. ./lib/...
|
go test -bench=. ./lib/...
|
||||||
|
|
Loading…
Reference in a new issue