diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-16 22:31:35 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-16 22:31:35 +0100 |
commit | cdff2296c945f3692352842bdfe0f52dde5761ff (patch) | |
tree | 9ab67cf0f2838040b09cee707b90903cabc4495f | |
parent | 427f07ee9ec06573afcbba8dd5c9efda4399c9b2 (diff) | |
download | sbotools2-cdff2296c945f3692352842bdfe0f52dde5761ff.tar.xz |
Add diagnostic message
-rwxr-xr-x | t/travis.t | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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} }); |