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
Best regards, Wu Yongwei --- Original Message from Mark D. Baushke --- Wu Yongwei <[EMAIL PROTECTED]> writes: > Mark D. Baushke wrote: > > > Patches against the cvs trunk (1.12.1.1) that include sanity.sh test > > cases to exercise the new feature will be considered. > > With the current CVS source (no modification made), I typed "./sanity.sh > ./cvs" under the src directory, and I got: You want to do 'make check' or cd src ./sanity.sh `pwd`/cvs # local check ./sanity.sh -r `pwd`/cvs # remote check That is, you need a full pathname tot he cvs executable not a relative pathname. > FAIL: version-1 > > Reading check.log I really could not tell what went wrong. So I changed the > call to dotest_internal to dotest_internal_debug, and then I got something > different: > > FAIL: basicc-8 > > I was really puzzled and defeatd. Any help? I was on a Red Hat 7.3. > > Sorry if I made any foolish mistakes. I really know nearly nothing about > the CVS sanity check. Any doc available? ./sanity.sh --help The shell script itself is fairly well commented... Good luck, -- Mark _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
