Donald Sharp writes:
> 
> I've never gotten it to succeed when running sanity.sh with the -r 
> option.

Interesting; I run nightly testing on Solaris 2.6 and it usually works
(although Solaris is the platform that's most likely to fail -- must
have something to do with their scheduling algorithm).  Please try the
following patch and let me know if it (mostly?) fixes it:

Index: sanity.sh
===================================================================
RCS file: /home2/cvsroot/ccvs/src/sanity.sh,v
retrieving revision 1.695
diff -u -r1.695 sanity.sh
--- sanity.sh   25 May 2001 14:48:08 -0000      1.695
+++ sanity.sh   25 May 2001 19:56:54 -0000
@@ -9444,6 +9444,7 @@
          for i in checkin checkout update export tag; do
            cat >> ${CVSROOT_DIRNAME}/$i.sh <<EOF
 #! /bin/sh
+sleep 1
 echo "$i script invoked in \`pwd\`"
 echo "args: \$@"
 EOF

-Larry Jones

Physical education is what you learn from having your face in
someone's armpit right before lunch. -- Calvin

_______________________________________________
Bug-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-cvs

Reply via email to