[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Fix for bogus "Found cvs-serv* directories"
From: |
Pavel Roskin |
Subject: |
[PATCH] Fix for bogus "Found cvs-serv* directories" |
Date: |
Wed, 5 May 2004 15:54:25 -0400 (EDT) |
Hello!
When I run "make check" in CVS sources it often (but not always) fails in
modules2 test in the remote mode:
FAIL: Found cvs-serv* directories in /tmp/cvs-sanity/tmp.
*** Please see the `TESTS' and `check.log' files for more information.
It happens because the check for the directory is made before the cvs
server process completes. Adding a timeout fixes the problem. My patch
retries the check after 1 second. This should only affect those few tests
that would fail now.
I see at http://ccvs.cvshome.org/servlets/SummarizeList?listName=bug that
the last message posted to this list was in October 2002, so I'll
appreciate a confirmation that my message has been seen. If I'm posting
to a wrong list please correct me.
--
Regards,
Pavel Roskin
sanity-delay.diff
Description: Text document
- [PATCH] Fix for bogus "Found cvs-serv* directories",
Pavel Roskin <=