Makefile: remove -v flag from integration tests

This is a follow-up for 49fe403af1

 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 commit 61532930e6)
Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
Artem Fetishev 2024-11-20 23:47:32 +01:00 committed by hagen1778
parent 5e4e7648fb
commit bd6cbb3f84
No known key found for this signature in database
GPG key ID: E92986095E0DD614

View file

@ -219,7 +219,7 @@ test-full-386:
DISABLE_FSYNC_FOR_TESTING=1 GOARCH=386 go test -coverprofile=coverage.txt -covermode=atomic ./lib/... ./app/...
integration-test: all
go test ./apptest/... -skip="^TestSingle.*" -v
go test ./apptest/... -skip="^TestSingle.*"
benchmark:
go test -bench=. ./lib/...