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

Supress traceback on Ctrl-C #48

Open
Olivia5k opened this issue Jan 2, 2014 · 1 comment
Open

Supress traceback on Ctrl-C #48

Olivia5k opened this issue Jan 2, 2014 · 1 comment
Assignees
Milestone

Comments

@Olivia5k
Copy link

Olivia5k commented Jan 2, 2014

I've been using kicker to quickly run my tests for well over two years now. It's awesome, but I always slightly twitch a bit whenever I stop the kicking with Ctrl-C. Doing so prints a traceback, and tracebacks are to me the signal that something has gone wrong. In this case, nothing has gone wrong, I'm just stopping the application as I normally do.

My suggestion is to handle Ctrl-C (SIGINT, I guess) and just print a confirmation that kicker will now quit, rather than a lengthy thread traceback.

Very minor thing indeed, but a nice thing to fix nonetheless!
I would've fixed this myself, but my Ruby-fu was a bit too weak for this. I can't imagine it to be very tricky though.

@Manfred
Copy link
Collaborator

Manfred commented Jan 3, 2014

That's a good point and I fully agree. I'm currently experimenting with a rewrite for version 4 and I will definitely consider your suggestion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants