commit cdff2296c945f3692352842bdfe0f52dde5761ff
parent 427f07ee9ec06573afcbba8dd5c9efda4399c9b2
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date: Wed, 16 Dec 2015 22:31:35 +0100
Add diagnostic message
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/t/travis.t b/t/travis.t
@@ -24,6 +24,7 @@ sub run {
input => undef
@_
);
+ note explain \%args;
my $cmd = shift @{ $args{cmd} };
return undef unless defined $cmd;
my @cmd = ($^X, "-I$lib", "$path/$cmd", @{ $args{cmd} });