Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Try to use p6prove instead of prove
  • Loading branch information
Tadeusz Sośnierz committed Nov 22, 2012
1 parent ec22a1e commit e968a09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion META.info
Expand Up @@ -2,6 +2,6 @@
"name" : "panda",
"version" : "*",
"description" : "A module management solution",
"depends" : [ "File::Tools", "JSON::Tiny", "Test::Mock" ],
"depends" : [ "File::Tools", "JSON::Tiny", "Test::Mock", "Test::Harness" ],
"source-url" : "git://github.com/tadzik/panda.git"
}
2 changes: 1 addition & 1 deletion lib/Panda/Tester.pm
Expand Up @@ -12,7 +12,7 @@ class Panda::Tester does Pies::Tester {
indir $!resources.workdir($p), {
if 't'.IO ~~ :d {
withp6lib {
my $c = "prove -e $*EXECUTABLE_NAME -r t/";
my $c = "p6prove t";
shell $c and die $p, "Tests failed";
}
}
Expand Down

0 comments on commit e968a09

Please sign in to comment.