Is this different than the "--hide-successes" flag for test-framework? Looks like it was added a few months back: https://github.com/batterseapower/test-framework/commit/afd7eeced9a4777293af1e17eadab4bf485fd98f
-n On Thu, Aug 11, 2011 at 8:21 AM, John Millikin <[email protected]> wrote: > The output I didn't like wasn't coming from HUnit, it was coming from > the test aggregator I used (test-framework). It prints one line per > test case run, whether it passed or failed. > > That means every time I ran my test suite, it would print *thousands* > of lines to the terminal. Any failure immediately scrolled up and out > of sight, so I'd have to either Ctrl-C and hunt it down, or wait for > the final report when all the tests had finished running. > > Chell does the same thing as test-framework (aggregates tests into > suites, runs them, reports results), but does so quietly. It only > reports failed and aborted tests.
_______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
