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.

perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'
  • Comment on Re: Capturing all screen output from prove command into a file