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

[SCM] Debian package checker branch, master, updated. 2.5.11-235-g8c87054



The following commit has been merged in the master branch:
commit 8c87054e76ea3c8d8af76e2369711ea8899ed5fd
Author: Niels Thykier <niels@thykier.net>
Date:   Thu Apr 11 16:36:05 2013 +0200

    t: Add "done_testing" call to subtest
    
    Test::More in Debian/Squeeze (unlike the Debian/Wheezy one) does not
    allow the "done_testing" call in subtests to be omitted without a plan.
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/t/scripts/Lintian/Lab/repair.t b/t/scripts/Lintian/Lab/repair.t
index 14088ff..96ae46a 100755
--- a/t/scripts/Lintian/Lab/repair.t
+++ b/t/scripts/Lintian/Lab/repair.t
@@ -128,4 +128,5 @@ sub do_tests {
 
     $LAB_B->close;
 
+    done_testing;
 }

-- 
Debian package checker


Reply to: