Skip to content

Commit

Permalink
Drop -v in go-test-alias make target.
Browse files Browse the repository at this point in the history
  • Loading branch information
hpidcock committed Oct 19, 2023
1 parent 8a484b1 commit 024dce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ go-test-alias: musl-install-if-missing dqlite-install-if-missing
CGO_LDFLAGS_ALLOW=\""(-Wl,-wrap,pthread_create)|(-Wl,-z,now)"\" \
LD_LIBRARY_PATH=\"${DQLITE_EXTRACTED_DEPS_ARCHIVE_PATH}\" \
CGO_ENABLED=\"1\" \
go test -v -mod=\"$(JUJU_GOMOD_MODE)\" -tags=\"$(FINAL_BUILD_TAGS)\" -ldflags \"${CGO_LINK_FLAGS}\"\'
go test -mod=\"$(JUJU_GOMOD_MODE)\" -tags=\"$(FINAL_BUILD_TAGS)\" -ldflags \"${CGO_LINK_FLAGS}\"\'

.PHONY: install
install: rebuild-schema go-install
Expand Down

0 comments on commit 024dce7

Please sign in to comment.