Skip to content

Print default output on go test when called from mage#15083

Closed
jsoriano wants to merge 1 commit intoelastic:masterfrom
jsoriano:mage-go-test-verbosity
Closed

Print default output on go test when called from mage#15083
jsoriano wants to merge 1 commit intoelastic:masterfrom
jsoriano:mage-go-test-verbosity

Conversation

@jsoriano
Copy link
Copy Markdown
Member

Now we are not printing anything when go test is called
from mage. This is problematic with long builds in travis
because it timeouts when no output is received.
It is also counterintuitive not to receive any output during
a while when running tests locally.
Calling mage -v prints the verbose output of go test,
what can be too verbose.

Change this behaviour to change the default output
to print the default output of go test, and keep the
behaviour for mage -v.

@ChrsMark
Copy link
Copy Markdown
Member

Including this change in #14839. Thanks @jsoriano !

@ChrsMark ChrsMark closed this Dec 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants