cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] ccvs/src ChangeLog sanity.sh


From: Mark D. Baushke
Subject: [Cvs-cvs] ccvs/src ChangeLog sanity.sh
Date: Sat, 19 Aug 2006 16:33:36 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Changes by:     Mark D. Baushke <mdb>   06/08/19 16:33:35

Modified files:
        src            : ChangeLog sanity.sh 

Log message:
        * sanity.sh (close-stdout): An error from lib/closeout.c will
        generate "cvs update: write error" rather than an [update aborted]
        indication.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ccvs/src/ChangeLog?cvsroot=cvs&r1=1.3479&r2=1.3480
http://cvs.savannah.gnu.org/viewcvs/ccvs/src/sanity.sh?cvsroot=cvs&r1=1.1163&r2=1.1164

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cvs/ccvs/src/ChangeLog,v
retrieving revision 1.3479
retrieving revision 1.3480
diff -u -b -r1.3479 -r1.3480
--- ChangeLog   19 Aug 2006 15:42:18 -0000      1.3479
+++ ChangeLog   19 Aug 2006 16:33:35 -0000      1.3480
@@ -1,5 +1,9 @@
 2006-08-19  Mark D. Baushke  <address@hidden>
 
+       * sanity.sh (close-stdout): An error from lib/closeout.c will
+       generate "cvs update: write error" rather than an [update aborted]
+       indication.
+
        * hash.h (struct hashnode): Use struct hashnode * as the prototype
        argument for the delproc function.
 

Index: sanity.sh
===================================================================
RCS file: /cvsroot/cvs/ccvs/src/sanity.sh,v
retrieving revision 1.1163
retrieving revision 1.1164
diff -u -b -r1.1163 -r1.1164
--- sanity.sh   5 Jul 2006 19:10:33 -0000       1.1163
+++ sanity.sh   19 Aug 2006 16:33:35 -0000      1.1164
@@ -16774,7 +16774,8 @@
            # since closeout.c can produce both.
            dotest_fail close-stdout-3 \
                "${testcvs} -Q update -p closeout/file > /dev/full" \
-               "${CPROG} \[update aborted\]: write error.*"
+               "${CPROG} \[update aborted\]: write error.*" \
+               "${CPROG} update: write error.*"
 
            dokeep
            cd ..




reply via email to

[Prev in Thread] Current Thread [Next in Thread]