Skip to content

Commit

Permalink
remove log filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
stana-miric committed Jan 8, 2025
1 parent 6340405 commit ee53672
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 -v | grep --text -E '^=== RUN|PASS|FAIL|---'
go test ./... -timeout 30m -v

# run mbt tests
test-mbt:
Expand Down

0 comments on commit ee53672

Please sign in to comment.