info-cvs
[Top][All Lists]
Advanced

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

Re: Puzzled with sanity.sh


From: Mark D. Baushke
Subject: Re: Puzzled with sanity.sh
Date: Tue, 29 Jul 2003 03:36:44 -0700

Wu Yongwei <address@hidden> writes:

> Sorry but still the same phenomenon:
> 
> $ make check
> make  check-local
> make[1]: Entering directory `/home/adah/src/ccvs/src'
> /bin/sh ./sanity.sh `pwd`/cvs
> This test should produce no other output than this message, and a final
> "OK".
> (Note that the test can take an hour or more to run and periodically stops
> for as long as one minute.  Do not assume there is a problem just because
> nothing seems to happen for a long time.)
> FAIL: version-1
> make[1]: *** [localcheck] Error 1
> make[1]: Leaving directory `/home/adah/src/ccvs/src'
> make: *** [check-am] Error 2

The immediate cause of the failure will be found by looking in the
"/home/adah/src/ccvs/src/check.log" file.

The version-1 test just runs the command:

    `pwd`/cvs --version 

and tries to compare the output with what it expects. This is a good
sanity test for the expr command in your path among other things...

        Good luck,
        -- Mark




reply via email to

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