Wraps lines with too many tests
Closed this issue · 6 comments
Around >= 170 tests the lines start wrapping and now it's not a single line group but lots of them which scroll to the bottom with any new text.
I'm running this on zsh inside tmux.
Any clues?
MRI or JRuby?
Have you tried the --format NyanCatWideFormatter option?
Interesting, I haven't. I'll report back to you. It's MRI though.
On Fri, Jun 7, 2013 at 10:55 AM, Matt Sears notifications@github.comwrote:
MRI or JRuby?
Have you tried the --format NyanCatWideFormatter option?
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/44#issuecomment-19111934
.
Best Regards,
Adrian Perez
http://www.adrianperez.org
Twitter: @blackxored | Skype: blackxored | Google Voice: (559) 744 3201
Yeah, I would like to revert back to the way it was. Originally it was put in to speed up performance (because it re-cacluated the terminal width each test), but I don't think it was enough to justify the change.
👍