improve test output to be nicer to 80chars long terminals
---------------------------------------------------------
Key: LUCENE-3988
URL: https://issues.apache.org/jira/browse/LUCENE-3988
Project: Lucene - Java
Issue Type: Improvement
Components: general/test
Reporter: Robert Muir
these lines tend to always use 82 chars:
{noformat}
[junit4] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time: 3.97s
{noformat}
Can we remove some of the spaces so it fits? Maybe remove the word 'run' from
"Tests run".
occasionally (not always) long classnames wrap too 'Running
org.apache.lucene.this.that.TestFoo' ... maybe
just print the short classname?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]