- Timestamp:
- 01/21/08 23:03:02 (12 months ago)
- Location:
- util
- Files:
-
- 2 modified
-
prove6 (modified) (1 diff)
-
yaml_harness.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
util/prove6
r19582 r19619 110 110 111 111 my @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`; 113 113 114 114 $ENV{PERL6LIB} ||= 'blib6/lib'; -
util/yaml_harness.pl
r19582 r19619 93 93 94 94 @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`; 96 96 97 97 my $s = __PACKAGE__->new;
