Skip to content

Commit

Permalink
chore: Disable verbose output in wasm-sdk-e2e-test (#6434)
Browse files Browse the repository at this point in the history
The output is extremely noisy and there does not seem to be a good
reason for it to be enabled all of the time.

Signed-off-by: Torin Sandall <[email protected]>
  • Loading branch information
tsandall authored Nov 25, 2023
1 parent a8b57b0 commit 85886a5
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 @@ -137,7 +137,7 @@ perf-noisy: generate

.PHONY: wasm-sdk-e2e-test
wasm-sdk-e2e-test: generate
$(GO) test $(GO_TAGS),slow,wasm_sdk_e2e $(GO_TEST_TIMEOUT) -v ./internal/wasm/sdk/test/e2e
$(GO) test $(GO_TAGS),slow,wasm_sdk_e2e $(GO_TEST_TIMEOUT) ./internal/wasm/sdk/test/e2e

.PHONY: check
check:
Expand Down

0 comments on commit 85886a5

Please sign in to comment.