Rob Miller, on 2008-08-05: > Maurits van Rees wrote: >> I have a package Products.feedfeeder here: >> https://svn.plone.org/svn/collective/feedfeeder/trunk >> Why would a bin/instance fg work and a bin/instance debug fail? > > my guess is that the way that the paths are constructed vary between the two, > and there's a bug in the 'debug' implementation.
A quick look with the pdb did not reveal any obvious differences in the way this is handled. > i've seen something different but eerily similar in another situation. i > commonly have zope instances running in a directory named "zope" inside a > virtualenv. if i run './zope/bin/zopectl test -sProducts.SomeProduct' then > it > doesn't work, i see error messages with duplicated paths, similar to what > you've seen. it works, however, if i 'cd zope' first, and simply call > './bin/zopectl tests -sProducts.SomeProduct' > > i just tried it with your buildout, and sure enough it works if i cd into the > bin directory and run './instance debug'. Ah right, that works, thanks. -- Maurits van Rees | http://maurits.vanrees.org/ Work | http://zestsoftware.nl/ "This is your day, don't let them take it away." [Barlow Girl] _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
