On 2/13/07, Rafael Garcia-Suarez <[EMAIL PROTECTED]> wrote:
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>


On win32 it would be

nmake test TEST_FILES="-re PAT PAT PAT"
or
nmake test TEST_FILES="/some/test/to/run"

Cheers,
Yves
--
perl -Mre=debug -e "/just|another|perl|hacker/"

Reply via email to