Paul Jarc writes:
> 
> I would be nice if this were considered nonfatal:
> ERROR: cannot test remote CVS, because `rsh multivac.cwru.edu' fails.
> If some external dependency is not satisfied, I'd like to be able to
> run just whatever tests are possible, and have sanity.sh exit 0 if
> those succeed.  No part of CVS is known to have failed here.

"make check" runs sanity.sh twice: once in local mode, and once in
client/server mode.  If rsh doesn't work, then essentially all of the
tests fail (in client/server mode), and sanity.sh indicates that with
its exit status.  If you don't want to run the tests in client/server
mode, use "make localcheck" instead (likewise, you can run just the
client/server mode tests by using "make remotecheck").

-Larry Jones

In a minute, you and I are going to settle this out of doors. -- Calvin

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

Reply via email to