Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Include $perl6 in testing output
  • Loading branch information
moritz committed Apr 18, 2014
1 parent 4d33dbc commit a6cac5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/modules-test.pl
Expand Up @@ -8,7 +8,7 @@
while (<>) {
next if /^\s*(#|$)/;
my ($moduledir) = /(\S+)/;
print "Testing modules/$moduledir...\n";
print "Testing modules/$moduledir with $perl6...\n";
if (-d "$base/modules/$moduledir/t") {
chdir("$base/modules/$moduledir");
system('prove', '-e', $perl6, '-r', 't');
Expand Down

0 comments on commit a6cac5b

Please sign in to comment.