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

Try to handle interrupting runtests better #25348

Merged
merged 1 commit into from
Jan 7, 2018
Merged

Try to handle interrupting runtests better #25348

merged 1 commit into from
Jan 7, 2018

Commits on Jan 1, 2018

  1. Try to handle interrupting runtests better

    I had a test that was hanging and I did not know which one. Hitting
    ^C would kill everything without showing which tests failed and which
    tests didn't complete. My next attempt was to enable InterruptException,
    but that doesn't seem to play well with the Distributed stuff (a topic
    for another time). This works by setting STDIN to raw and monitoring it
    for ^C instead.
    Keno committed Jan 1, 2018
    Configuration menu
    Copy the full SHA
    9436a3b View commit details
    Browse the repository at this point in the history