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

[SCM] Debian package checker branch, master, updated. 2.2.10-30-g417acdd



The following commit has been merged in the master branch:
commit cd548966eeda3f20c639a3b8c99215c70e7ba7c8
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Sun Apr 5 14:42:23 2009 -0500

    Make t/runtests call prove in recursive mode
    
    Make t/runtests call prove in recursive mode so that tests in the scripts
    directory can be sorted into directories down the road.

diff --git a/t/runtests b/t/runtests
index 2963087..607d948 100755
--- a/t/runtests
+++ b/t/runtests
@@ -144,7 +144,7 @@ if ($singletest) {
 
 if (@tests) {
     print "Test scripts:\n";
-    if (system('prove', '-I', "$LINTIAN_ROOT/lib", @tests) != 0) {
+    if (system('prove', '-r', '-I', "$LINTIAN_ROOT/lib", @tests) != 0) {
 	exit 1 unless $run_all_tests;
 	$status = 1;
     }

-- 
Debian package checker


Reply to: