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

[lintian] 01/01: Fix test suite



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

broucaries-guest pushed a commit to branch master
in repository lintian.

commit 24b9509af3ac1524372348db337fdaec81afe208
Author: Bastien ROUCARIÈS <roucaries.bastien+debian@gmail.com>
Date:   Sun Nov 30 23:06:06 2014 +0100

    Fix test suite
    
    Signed-off-by: Bastien ROUCARIÈS <roucaries.bastien+debian@gmail.com>
---
 lib/Lintian/Util.pm | 3 ++-
 t/runtests          | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/lib/Lintian/Util.pm b/lib/Lintian/Util.pm
index 6380aac..e8289ea 100644
--- a/lib/Lintian/Util.pm
+++ b/lib/Lintian/Util.pm
@@ -625,7 +625,8 @@ sub read_dpkg_control {
 
 =item dpkg_deb_has_ctrl_tarfile()
 
-Check if lintian could use dpkg-deb ---ctrl-tarfile
+Check if lintian could use dpkg-deb instead of ar and tar
+
 =cut
 
 {
diff --git a/t/runtests b/t/runtests
index 35b433d..6d8498c 100755
--- a/t/runtests
+++ b/t/runtests
@@ -737,7 +737,8 @@ sub generic_test_runner {
         my $res= chdir_runcmd($targetdir, ['fakeroot', 'make'],
             "../build.$testname");
         if ($res){
-            dump_log($testname, "$RUNDIR/$suite/build.$testname") if $DUMP_LOGS;
+            dump_log($testname, "$RUNDIR/$suite/build.$testname")
+              if $DUMP_LOGS;
             fail("cd $targetdir && fakeroot make >../build.$testname 2>&1");
         }
         touch_file($stampfile);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: