Closed kou closed 6 years ago
On which platform are you testing ? Because I just did the test on Windows 7, and the dots or E are printed as they progress.
I could imagine that linux has buffering though.
Ah, sorry. I missed describing my environment. I'm using Debian GNU/Linux.
Thanks for the contribution.
Out of curiosity, in what project are you using luaunit ?
In the default verbosity, LuaUnit outputs one character such as "." and "E". We can't know the one character progress until all tests are finished or the stdout internal buffer is fulled because the one characters are buffered in the stdout internal buffer.
We can the one character progress immediately by flushing the stdout internal buffer.