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: Update the e2e target to use ginkgo #2367

Merged

Commits on Sep 27, 2021

  1. Makefile: Update the e2e target to use ginkgo

    Update the root Makefile and update the `e2e` target to use the ginkgo
    executable instead of `go test ...` as logs produce when running the e2e
    suite aren't captured until after the process has completed. This leads
    to situations where failing tests aren't immediately communicated back
    and loss of logs entirely in the case where the process was manually
    teminated.
    
    Signed-off-by: timflannagan <timflannagan@gmail.com>
    timflannagan committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    729f57f View commit details
    Browse the repository at this point in the history