[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.5.12-13-g7b947e6



The following commit has been merged in the master branch:
commit 7b947e6d42189ce2c932aaa9c7d353ad6084550f
Author: Niels Thykier <niels@thykier.net>
Date:   Sat Apr 20 14:13:32 2013 +0200

    t/scripts/pod.t: Also check the pod files in doc/
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/t/scripts/pod.t b/t/scripts/pod.t
index a5fb55b..fc0b26d 100755
--- a/t/scripts/pod.t
+++ b/t/scripts/pod.t
@@ -8,4 +8,6 @@ use warnings;
 use Test::More;
 eval 'use Test::Pod 1.00';
 plan skip_all => 'Test::Pod 1.00 required for testing POD' if $@;
-all_pod_files_ok(all_pod_files("$ENV{LINTIAN_ROOT}/lib"));
+all_pod_files_ok(all_pod_files("$ENV{LINTIAN_ROOT}/lib",
+                               "$ENV{'LINTIAN_ROOT'}/doc/tutorial"));
+

-- 
Debian package checker


Reply to: