Rodent of Unusual Size wrote:
> 
> 2. t/SKIP (which i haven't used for a long time) seems to have changed
>    behaviour.  for instance, t/php runs regardless of whether i have
>    'php' or 't/php' or anything else mentioning it in t/SKIP.  what is
>    the method nowadays to get a test script completely ignored (so it
>    doesn't even say 'skipped' in the output)?

okey, i've found the cause of the first part -- namely, it isn't
t/SKIP any more, it's ./SKIP .  this appears to be a regression
introduced in rev 1.13 (HEAD) when the chdir to t/ was removed.
the skip file is still accessed as 'SKIP', but the current
directory context has changed.

it looks as though the attached patch will fix this regression.. but
is it the appropriate solution?

my other questions remain..
-- 
#ken    P-)}

Ken Coar, Sanagendamgagwedweinini  http://Golux.Com/coar/
Author, developer, opinionist      http://Apache-Server.Com/

"Millennium hand and shrimp!"

Reply via email to