Looks like it works:

donsharp-u5:28> ./sanity.sh -r ~/bin/cvs modules5
This test should produce no other output than this line, and a final "OK".
Notice: The default version of `expr' is defective, using
`/users/sharpd/bin/expr' instead.
OK, all tests completed.
donsharp-u5:29> !!
./sanity.sh -r ~/bin/cvs modules5
This test should produce no other output than this line, and a final "OK".
Notice: The default version of `expr' is defective, using
`/users/sharpd/bin/expr' instead.
OK, all tests completed.
donsharp-u5:30> !!
./sanity.sh -r ~/bin/cvs modules5
This test should produce no other output than this line, and a final "OK".
Notice: The default version of `expr' is defective, using
`/users/sharpd/bin/expr' instead.
OK, all tests completed.
donsharp-u5:31> !!
./sanity.sh -r ~/bin/cvs modules5
This test should produce no other output than this line, and a final "OK".
Notice: The default version of `expr' is defective, using
`/users/sharpd/bin/expr' instead.
OK, all tests completed.
donsharp-u5:32> !!
./sanity.sh -r ~/bin/cvs modules5
This test should produce no other output than this line, and a final "OK".
Notice: The default version of `expr' is defective, using
`/users/sharpd/bin/expr' instead.
OK, all tests completed.

donald
On Fri, May 25, 2001 at 03:59:12PM -0400, Larry Jones wrote:
> 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