[pkg-perl-tools] 01/02: autopkgtest/smoke: fix skipping perlcritic tests

ntyni at debian.org ntyni at debian.org
Mon Aug 7 12:29:11 UTC 2017


This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository pkg-perl-tools.

commit 51dfebb94b0e7c8ee52a360d04a491de3207bdd6
Author: Niko Tyni <ntyni at debian.org>
Date:   Mon Aug 7 15:07:42 2017 +0300

    autopkgtest/smoke: fix skipping perlcritic tests
    
    Noticed because libhttp-body-perl started failing again.
---
 autopkgtest/scripts/build-deps.d/smoke | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autopkgtest/scripts/build-deps.d/smoke b/autopkgtest/scripts/build-deps.d/smoke
index e64ed21..e9e6c21 100755
--- a/autopkgtest/scripts/build-deps.d/smoke
+++ b/autopkgtest/scripts/build-deps.d/smoke
@@ -76,7 +76,7 @@ else
 
     # we're not interested in perlcritic regressions
     # example: libhttp-body-perl
-    rm -f $TDIR/*critic*.t
+    rm -f $TDIR/t/*critic*.t
 
     # example: liborlite-statistics-perl
     rm -f $TDIR/t/97_meta.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/pkg-perl-tools.git



More information about the Pkg-perl-cvs-commits mailing list