Skip to content

Commit

Permalink
Remove verbose flag and limitation to run one process from unit tests (
Browse files Browse the repository at this point in the history
…open-telemetry#6618)

Signed-off-by: Bogdan Drutu <[email protected]>

Signed-off-by: Bogdan Drutu <[email protected]>
  • Loading branch information
bogdandrutu authored Nov 23, 2022
1 parent bd269df commit 314f556
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile.Common
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# ALL_PKGS is the list of all packages where ALL_SRC files reside.
ALL_PKGS := $(sort $(shell go list ./...))

# Use a single process (-p 1) on go test to avoid tests clashing on machine
# wide resources, e.g. ports.
GOTEST_OPT?= -v -p 1 -race -timeout 120s
GOTEST_OPT?= -race -timeout 120s
GOCMD?= go
GOTEST=$(GOCMD) test
GO_ACC=go-acc
Expand Down

0 comments on commit 314f556

Please sign in to comment.