: > Tests summary: 100 suites (2 ignored), xx tests, xx ignored (xx 
assumptions).
: 
: Will do it in the next version. Thanks for letting me know.

Dawid: that reminds me, if you are tweaking the logging, it would also be 
helpful if the "Completed [X/Y] ..." line after each test also indicated 
if there had been any failures so far, so you can see at a glance in your 
terminal if any thing has failed up to this point (w/o needing to scroll 
back, or wait for the ant command to complete.

for example...

>> [junit4] Completed [1/545] on J1 in 17.77s, 3 tests, 1 skipped

..just started, everything is all good..

>> [junit4] Completed [25/545 (1!)] on J3 in 7.35s, 5 tests, 5 skipped

..a suite just had failure, every "Completed" line after that will include 
"(1!)" until another quite has a failure...

>> [junit4] Completed [26/545 (1!)] on J0 in 1.34s, 42 tests, 1 skipped
>> [junit4] Completed [27/545 (1!)] on J1 in 3.45s, 31 tests, 4 skipped

... if you glance at your terminal now, you know to scroll up because 
something failed earlier...

If another test fails later the output changes a bit...

>> [junit4] Completed [145/545 (2!)] on J1 in 13.73s, 42 tests, 1 skipped

...etc...



-Hoss
http://www.lucidworks.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to