[Zope-dev] how to capture testrunner output

2005-04-30 Thread Simon Michael
Hi all. How would I capture the output of test.py ? 21 seems not to help. Also, shouldn't it exit with a failure code when tests fail ? If anyone has made this work, I'd appreciate hearing about it. Cheers -Simon ___ Zope-Dev maillist -

[Zope-dev] Re: how to capture testrunner output

2005-04-30 Thread Simon Michael
Simon Michael wrote: Hi all. How would I capture the output of test.py ? 21 seems not to help. AH. 21 must come after , explained in the bash man page. ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No

[Zope-dev] Using Pyrex (with BTrees)?

2005-04-30 Thread Andreas Jung
Has anyone tried to use Pyrex with BTree datastructures? I tried to use Pyrex to optimize a bottleneck in TextIndexNG3 where an iteration over a list of word ids (and insertion into an IOBTree) takes very long. Unfortunately the C extension produced by Pyrex behaves differently from the original