[ET Trac] [Einstein Toolkit] #563: Do not copy .svn directories for test suite
Einstein Toolkit
trac-noreply at einsteintoolkit.org
Wed Oct 12 15:36:50 CDT 2011
#563: Do not copy .svn directories for test suite
-------------------------+--------------------------------------------------
Reporter: eschnett | Owner: eschnett
Type: defect | Status: review
Priority: major | Milestone:
Component: SimFactory | Version:
Resolution: | Keywords:
-------------------------+--------------------------------------------------
Comment (by rhaas):
I had no idea how many files were source and test so I did a
{{{
find $CACTUS_ROOT | grep -vF '.git' | grep -vF '.svn' | grep -vF _darcs |
grep -vF .hg | wc --lines
}}}
in my ET Cactus tree and in a directory containing testuites (copied
everything from arrangements/*/*/test) excluding .svn and find (roughly at
least):
all of Cactus (ET_2011_10 checkout): 21856
tests: 11022
so about half of all files are tests. Compiling code baloons this number.
--
Ticket URL: <https://trac.einsteintoolkit.org/ticket/563#comment:6>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit
More information about the Trac
mailing list