We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96b8fff commit a92ba9aCopy full SHA for a92ba9a
Makefile
@@ -64,7 +64,7 @@ test-interchain:
64
SOUVEREIGN_IMAGE_TAG=$(SOUVEREIGN_IMAGE_TAG) \
65
CONSUMER_IMAGE_NAME=$(CONSUMER_IMAGE_NAME) \
66
CONSUMER_IMAGE_TAG=$(CONSUMER_IMAGE_TAG) \
67
- go test ./... -timeout 30m
+ go test ./... -timeout 30m -v | grep --text -E '^=== RUN|PASS|FAIL|---'
68
69
# run mbt tests
70
test-mbt:
0 commit comments