Skip to content

Commit a92ba9a

Browse files
committed
remove interchain framework logs - leave only status
1 parent 96b8fff commit a92ba9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ test-interchain:
6464
SOUVEREIGN_IMAGE_TAG=$(SOUVEREIGN_IMAGE_TAG) \
6565
CONSUMER_IMAGE_NAME=$(CONSUMER_IMAGE_NAME) \
6666
CONSUMER_IMAGE_TAG=$(CONSUMER_IMAGE_TAG) \
67-
go test ./... -timeout 30m
67+
go test ./... -timeout 30m -v | grep --text -E '^=== RUN|PASS|FAIL|---'
6868

6969
# run mbt tests
7070
test-mbt:

0 commit comments

Comments
 (0)