Changeset 19619 for util

Show
Ignore:
Timestamp:
01/21/08 23:03:02 (10 months ago)
Author:
lwall
Message:

[fudge] now calling the new fudge in t/spec

Location:
util
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • util/prove6

    r19582 r19619  
    110110 
    111111my @tfiles = sort map { -d $_ ? all_in($_) : $_ } map glob, @ARGV; 
    112 @tfiles = split ' ', `$^X $top/util/fudgeall $impl @tfiles`; 
     112@tfiles = split ' ', `$^X $top/t/spec/fudgeall $impl @tfiles`; 
    113113 
    114114$ENV{PERL6LIB} ||= 'blib6/lib'; 
  • util/yaml_harness.pl

    r19582 r19619  
    9393 
    9494@ARGV = sort map glob, "t/*/*.t", "t/*/*/*.t", "ext/*/t/*.t" unless @ARGV; 
    95 @ARGV = split ' ', `$^X $top/util/fudgeall $impl @ARGV`; 
     95@ARGV = split ' ', `$^X $top/t/spec/fudgeall $impl @ARGV`; 
    9696 
    9797my $s = __PACKAGE__->new;