On Mon, 10 Sep 2007, Edward N. Zalta wrote:
Thanks for your message. Here is what happens when I run "make test": 101# make test find test -name 'test_*.py' | xargs -n 1 /usr/local/bin/python ... ---------------------------------------------------------------------- Ran 3 tests in 0.005s OK ...Emake: *** [test] Error 1 So what does this mean?
It means that your python process crashed and that, sadly, your build is not sane.
Andi.. _______________________________________________ pylucene-dev mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/pylucene-dev
