On Tue, May 05, 2009 at 03:51:41PM +0100, Carlos Valiente wrote:
> 
> The Python interpreter used to run the test cases is hard-coded to be
> /usr/bin/python. If we use the first one from $PATH instead, it is
> much easier to test ganeti with other Python versions.

No, "/usr/bin/env script" is a bad idea.

A better idea would be to change the Makefile to use the configured
python interpreter to run the test scripts, since that's already
available from configure. 

If you could look into that it would be great; it should be doable by
changing the TESTS_ENVIROMENT snippet.

iustin

Reply via email to