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. >Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services.scm
AgeCommit message (Expand)Author
2023-12-02gnu: Use ‘libc-utf8-locales-for-target’....Janneke Nieuwenhuizen
2023-08-31gnu: services: Revert to deleting and updating all matching services...Brian Cully
2023-08-20services: Define 'for-home'....Ludovic Courtès
2023-06-06services: Check if service is #f before applying clause....Josselin Poiret
2023-06-06services: 'modify-services' preserves service ordering....Ludovic Courtès
2023-06-02services: Error in MODIFY-SERVICES when services don't exist...Brian Cully
2023-05-16services: Add default values....Andrew Tropin
2023-03-16services: etc-service: Deprecate etc-service procedure....Bruno Victal
2022-08-30services: provenance: Use 'current-channels' to obtain provenance data....Ludovic Courtès
2022-05-29gnu: services: Update setuid service description....Tobias Geerinckx-Rice
2022-05-18services: Make <service-type> 'description' field mandatory....Ludovic Courtès
2022-05-18services: Add more description fields....Ludovic Courtès
2022-03-10services: startup: Add description....Ludovic Courtès