Skip to content

Commit

Permalink
remove interchain framework logs - leave only status
Browse files Browse the repository at this point in the history
  • Loading branch information
stana-miric committed Jan 8, 2025
1 parent 96b8fff commit a92ba9a
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 @@ -64,7 +64,7 @@ test-interchain:
SOUVEREIGN_IMAGE_TAG=$(SOUVEREIGN_IMAGE_TAG) \
CONSUMER_IMAGE_NAME=$(CONSUMER_IMAGE_NAME) \
CONSUMER_IMAGE_TAG=$(CONSUMER_IMAGE_TAG) \
go test ./... -timeout 30m
go test ./... -timeout 30m -v | grep --text -E '^=== RUN|PASS|FAIL|---'

# run mbt tests
test-mbt:
Expand Down

0 comments on commit a92ba9a

Please sign in to comment.