tags 678791 + patch
thanks

Hi

On Sun, Jun 24, 2012 at 03:23:06PM +0200, Salvatore Bonaccorso wrote:
> Only downgrading libsvn1 and subversion to 1.6.17dfsg-4 let's the
> tests succeed again.

The reason for FTBFS seems changed output for the svnnotify command.
it adds an "Updating '.':". The package does not FTBFS in wheezy as
subversion did not migrate and has a block request from release-team.

Comments on attached mini-patch? It looks best to me to skip the
message, and it is compatible with 1.6.x.

Bests,
Salvatore
From ca04863992fe1187788832396f7484c0fb3e3bd1 Mon Sep 17 00:00:00 2001
From: Salvatore Bonaccorso <car...@debian.org>
Date: Tue, 3 Jul 2012 21:51:32 +0200
Subject: [PATCH] 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
---
 t/coretests.pm |    1 +
 1 file changed, 1 insertion(+)

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} );
-- 
1.7.10

Attachment: signature.asc
Description: Digital signature

Reply via email to