in reply to Capturing all screen output from prove command into a file
How can I capture everything output to the screen when I run prove and save it to a file?
Although you already got the answer (--merge) - a more general approach (on a unixish system): invoking script(1) does the trick.
|
|---|