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

allow iptest to be interrupted #2442

Merged
merged 1 commit into from Sep 28, 2012
Merged

allow iptest to be interrupted #2442

merged 1 commit into from Sep 28, 2012

Commits on Sep 27, 2012

  1. allow iptest to be interrupted

    Previously `^C` would register as a regular test failure, and the test suite would continue, in which case halting `iptest` meant hitting `^C` nine times.
    
    This change makes iptest take notice of sigint in a test runner, and aborts the run.
    minrk committed Sep 27, 2012
    Copy the full SHA
    0632907 View commit details
    Browse the repository at this point in the history