[issue8577] test_distutils fails if srcdir != builddir

Tarek Ziadé report at bugs.python.org
Fri Apr 30 13:34:18 CEST 2010


Tarek Ziadé <ziade.tarek at gmail.com> added the comment:

This won't work because in the build dir, srcdir is set to ".." in the Makefile located in the buildir, and the tests are run into a subdir : /build/test_python_xxx, so you can't rely on a relative path.


For this to work we would need an absolute path for "srcdir" in the Makefile.

We need to find a way to locate the srcdir with an aboslute path.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8577>
_______________________________________


More information about the Python-bugs-list mailing list