[libconfig-model-dpkg-perl] 07/08: add trace in test
dod at debian.org
dod at debian.org
Sat May 13 16:37:07 UTC 2017
This is an automated email from the git hooks/post-receive script.
dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.
commit 1cec12ac59f9ae119208ca2fa8c1de6d1f562e0e
Author: Dominique Dumont <dod at debian.org>
Date: Sat May 13 09:46:14 2017 +0200
add trace in test
---
t/scanner/scan-copyright.t | 1 +
1 file changed, 1 insertion(+)
diff --git a/t/scanner/scan-copyright.t b/t/scanner/scan-copyright.t
index e3e73a5..a4cfd53 100644
--- a/t/scanner/scan-copyright.t
+++ b/t/scanner/scan-copyright.t
@@ -20,6 +20,7 @@ my $temp = Path::Tiny->tempfile ;
foreach my $in ($dir->children(qr/\.in$/)) {
my $test_name = $in->basename('.in');
next if @ARGV and not grep { $test_name =~ /$_/; } @ARGV;
+ note("scanning $test_name");
my $out_name = $test_name. '.out';
my $out = $dir->child($out_name);
print_copyright( in => $in, out => $temp , quiet => 1);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.git
More information about the Pkg-perl-cvs-commits
mailing list