On Sat, Jan 12, 2008 at 08:57:11AM -0800, Cosimo Streppone wrote:
> # New Ticket Created by  Cosimo Streppone 
> # Please include the string:  [perl #49714]
> # in the subject line of all future correspondence about this issue. 
> # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=49714 >
> 
> 
> This is a patch to modify `make spectest' target
> for languages/perl6 to fetch also new S04 and S29
> tests from pugs test suite.
> 
> S29 tests are structured as S29-functions/subdir/*.t
> so they were not considered. With this patch they
> are correctly run.

I've been hoping to avoid subdirs in the SXX directories.
In other words, instead of having

  S29-functions/type1/*.t
  S29-functions/type2/*.t
  S29-functions/type3/*.t

I'd like to see

  S29-type1/*.t
  S29-type2/*.t
  S29-type3/*.t

The idea is to have one directory under spec/ for each
major topic, not one directory for each Synopsis.

Pm

Reply via email to