bug-findutils
[Top][All Lists]
Advanced

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

Re: Conversion of GNU find to use gnulib's fts interface


From: James Youngman
Subject: Re: Conversion of GNU find to use gnulib's fts interface
Date: Sun, 31 Jul 2005 12:31:20 +0100
User-agent: Mutt/1.5.9i

My earlier email described the branch that the fts find code lives on.
If you want to test this you may find it helpful to use the test suite
from the CVS trunk, not the branch.  This has two advantages:-

1. It ensures that we use the same tests and don't end up with any
   unexpected incompatibilities.

2. It allows the fts code to benefit from the extra tests which I 
   have added to the trunk since starting the branch.

To make use of these, just remove the sticky tag from the test suite:

        cd findutils/find/testsuite
        # make sure you are on the fts-conversion branch
        cvs status Makefile.am
        # remove the sticky tag and update the test suite from the trunk
        cvs -z3 update -A 
        cvs -z3 update

Regards,
James.




reply via email to

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