removing test.py from path
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. Tarek -- Tarek Ziadé | Nuxeo R&D (Paris, France) CPS Plateform : http://www.cps-project.org mail: tziade at nuxeo.com | tel: +33 (0) 6 30 37 02 63 You need Zope 3 - http://www.z3lab.org/
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.
oups, tipo, (Z2 trunk, i mean)
-----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). Tres. - -- =================================================================== Tres Seaver +1 202-558-7113 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDiweq+gerLs4ltQ4RAqjPAKCoyFu4uFOedELnJ6LLVz/opXk1MQCg1EYa XpgcBOwri3kMz5lQZzsZOcs= =j6hc -----END PGP SIGNATURE-----
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
participants (3)
-
Jens Vagelpohl -
Tarek Ziadé -
Tres Seaver