On 28 Nov 2005, at 13:35, Tres Seaver wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Tarek Ziadé wrote:
Tarek Ziadé wrote:
Hello,
Benji recently changed test.py in Z3 in order to avoid collision name with the standard python 'test' module.
I bumped into the same problem running tests under Z 2.8. I would like to add this change as well in Z 2.8 bin/test.py if no one objects.
Please ensure that 'bin/zopectl test' works from an instance after making your change (at the moment, whoever *last* redid the 2.9 branch / trunk layout left that broken).
The reason is that test.py moved from $SOFTWARE_HOME/bin to $SOFTWARE_HOME and zopectl test checks for the old path and then exits. No idea why test.py moved. Similar problem with mkzopeinstance. Moved from bin/ to utilities/. jens