bug-cvs
[Top][All Lists]
Advanced

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

Re: Most current CVS failing modules5-8?


From: Larry Jones
Subject: Re: Most current CVS failing modules5-8?
Date: Fri, 25 May 2001 15:59:12 -0400 (EDT)

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



reply via email to

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