Skip to content

Commit 85446d1

Browse files
timbaileyjonesmneil
authored andcommitted
put back a @ in front of a command in Makefile
1 parent 6d0a7ed commit 85446d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ ifneq ($(CIRCLE_WORKING_DIRECTORY),)
9494
@go get "github.com/jstemmer/go-junit-report"
9595
@bash -co pipefail 'go test -v -cover $(filter-out ./e2e/..., $(SRC_FILES)) -short | go-junit-report > $(CIRCLE_WORKING_DIRECTORY)/test-results/unit/report.xml'
9696
else
97-
go test -cover $(filter-out ./e2e/..., $(SRC_FILES)) -short
97+
@go test -cover $(filter-out ./e2e/..., $(SRC_FILES)) -short
9898
endif
9999

100100

0 commit comments

Comments
 (0)