Closed mvo5 closed 1 month ago
This commit removes -v from go test. The test output is very long (17k lines according to GH) and most is just:
-v
go test
... --- PASS: TestRPMDeduplication (0.00s) ...
but when trying to find a failing test (like in PR#945) scrolling through to find the actual failing one becomes a bit cumbersome.
So this commit drops -v.
This commit removes
-v
fromgo test
. The test output is very long (17k lines according to GH) and most is just:but when trying to find a failing test (like in PR#945) scrolling through to find the actual failing one becomes a bit cumbersome.
So this commit drops
-v
.