Skip to content

Commit

Permalink
allow rakudo-moar to skip test files
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Dec 19, 2013
1 parent 8842267 commit 6d1c47c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test_summary
Expand Up @@ -487,6 +487,7 @@ sub get_test_names {
my ($specfile, $fudgespec) = split ' ', $_, 2;
next unless $specfile;
next if $fudgespec =~ /jvm/ && $implementation !~ /jvm/;
next if $fudgespec =~ /moar/ && $implementation !~ /moar/;
push @tfiles, "t/spec/$specfile";
}
close $fh or die $!;
Expand Down

0 comments on commit 6d1c47c

Please sign in to comment.