Skip to content

Print results of completed tests after ctrl+C #13107

Open
@tgross35

Description

@tgross35

Problem

You currently have to let the entire test suite complete before seeing failed tests and their output. That is unfortunate for larger tests suites when you see an early failure and would rather fix it before running everything else. E.g.

image

Proposed Solution

Set a SIGINT hook that will immediately stop tests and

Notes

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Command-testS-blocked-externalStatus: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions