aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xt/travis.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/travis.t b/t/travis.t
index bb2a60a..902f2ac 100755
--- 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} });