This test was failing with subversion 1.7.8 because the svn repository structure was not as the test expected. Presumably the test relies on different version. --- aegis-4.24/test/02/t0222a-pmil.sh 2008-03-14 07:19:27.000000000 +0100 +++ aegis-4.24/test/02/t0222a-pmil.sh 2014-01-27 19:48:30.000000000 +0100 @@ -268,7 +268,8 @@ -c 10 > log 2>&1 if test $? -ne 0 ; then cat log; fail; fi -test -f $work/svnroot/db/revs/2 || fail +activity="check svn db 271" +test -f $work/svnroot/db/revs/0/2 || test -f $work/svnroot/db/revs/2 || fail # -------------------------------------------------------------------------- @@ -364,7 +365,8 @@ -c 3 > log 2>&1 if test $? -ne 0 ; then cat log; fail; fi -test -f $work/svnroot/db/revs/3 || fail +activity="check svn db 368" +test -f $work/svnroot/db/revs/0/3 || test -f $work/svnroot/db/revs/3 || fail # # Only definite negatives are possible. /tr> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/mpd.scm
AgeCommit message (Expand)Author
2019-04-04gnu: MPD: Update to 0.21.7....Leo Famulari
2019-03-18gnu: MPD: Update to 0.21.6....Leo Famulari
2019-03-05gnu: MPD: Update to 0.21.5....Leo Famulari
2019-02-10gnu: MPD: Update to 0.21.4....Leo Famulari
2019-01-20Merge branch 'master' into stagingLudovic Courtès
2019-01-16gnu: Move sqlite to separate module....Ricardo Wurmus
2019-01-15gnu: Separate Python core packages from the rest....Ricardo Wurmus
2018-12-22Merge branch 'master' into stagingMarius Bakke
2018-12-21gnu: ncmpc: Update to 0.33....Eric Bavier
2018-12-13gnu: Fix misplaced commas (unquotes)....Mark H Weaver
2018-12-12gnu: Remove special Boost C++14 variant....Marius Bakke
2018-12-07gnu: Add a C++14 variant of Boost for packages that need it....Leo Famulari