Currently we get lines like this:
Running replace_after_pending_add.sh ... passed.
After leaving "cabal test" alone for half an hour, it's still going.
I'd like to at least be able to see what tests are slow, e.g.
Running replace_after_pending_add.sh ... passed after 612 seconds.
It should not be hard to customize Distribution/ShellHarness.hs to get
the current time before and after each test, and output the different
between the two.
|