Merge: nitunit: improve progress display
authorJean Privat <jean@pryen.org>
Fri, 3 Jun 2016 17:17:39 +0000 (13:17 -0400)
committerJean Privat <jean@pryen.org>
Fri, 3 Jun 2016 17:17:39 +0000 (13:17 -0400)
commitdbc33094041f84322c0460f02cd6d86091b1e5de
treeb0de634d4e0d169617a4e3ade65ed3c6cddb812a
parent215b88245a6ee198f8dad7636282765283a10377
parent003d9eaef9c3e2d2fb9172cd383953f4e79b25c1
Merge: nitunit: improve progress display

The results are printed progressively instead of at the end of each test-suite.
The progress bar in therefore displayed below the results.

See it in action: https://asciinema.org/a/17u9jwts0nz5dfpxp8p9aab0f

Pull-Request: #2156
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>