[SCM] Debian packaging of libsvn-notify-mirror-perl branch, master, updated. e537295c4aea0ccafc9e89bd4901b07f4c4893ff

Salvatore Bonaccorso carnil at debian.org
Wed Jul 4 00:42:36 UTC 2012


The following commit has been merged in the master branch:
commit ca04863992fe1187788832396f7484c0fb3e3bd1
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Tue Jul 3 21:51:32 2012 +0200

    Work with changed output from subversion 1.7
    
    Patch t/corelist.pm to work with changed output of svnnotify. Fix FTBFS
    "tests failed".
    
    Closes: #678791

diff --git a/t/coretests.pm b/t/coretests.pm
index 0be09e2..f167eeb 100644
--- a/t/coretests.pm
+++ b/t/coretests.pm
@@ -178,6 +178,7 @@ sub _test {
     open $TESTER, '-|', _build_command($command, %args);
     while (<$TESTER>) {
 	chomp;
+	next if ( /^Updating '.+':/ );
 	if ( /^At revision (\d+)\./ ) {
 	    ok ( $1 == $args{revision} , "No changes in $prefix at revision: "
 	    	. $args{revision} );

-- 
Debian packaging of libsvn-notify-mirror-perl



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