Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile: don't log verbose from tests by default #3351

Merged
merged 1 commit into from
Mar 29, 2022
Merged

Makefile: don't log verbose from tests by default #3351

merged 1 commit into from
Mar 29, 2022

Commits on Mar 29, 2022

  1. Remove verbose flag from make test

    Test logs are mainly useful either when developing/debugging tests or
    when the tests are failing. If some test fails, Go will automatically
    print the outputs from this tests.
    
    Printing all test logs all the time makes it much difficult to find
    which test is actually failing and which output belongs to it, so I
    suggest we don't use -v by default.
    
    Similar change has been made in CAPI a while ago:
    kubernetes-sigs/cluster-api#4187
    
    Signed-off-by: Mateusz Gozdek <mgozdek@microsoft.com>
    invidian committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    0dbbc93 View commit details
    Browse the repository at this point in the history