On Fri, Aug 21, 2009 at 19:39, Thell Fowler<git@xxxxxxxxxxxxx> wrote: > What is _REALLY_ odd is that it didn't make any tests fail in the test > dir using master, next, and pu. The test suite has a very good coverage, but it surely is not complete. > Perhaps someone can explain what I did wrong when testing? > > git checkout master > make -s clean && make -s all && make -s install && cd t && make This should have worked. Although I prefer just: $ make -j4 && make test -j16 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html