On 13/02/07, Andrew Black <[EMAIL PROTECTED]> wrote:
Can I run a subset of the make test - it takes me 40 mins to get to the
point of failure (reminds me of batch Fortran jobs at university).

on unix, the idiom for that would be :

cd t ; ./perl harness <list of .t files>

or

cd t ; ./perl TEST <list of .t files>

Reply via email to