In the Windows build and tests, be more robust when invoking Python scripts
commitd4c392e4fc58a17fdc20e30a76a2413586e564fc
authorDaniel Shahaf <d.s@daniel.shahaf.name>
Fri, 9 Oct 2009 08:51:13 +0000 (9 08:51 +0000)
committerDaniel Shahaf <d.s@daniel.shahaf.name>
Fri, 9 Oct 2009 08:51:13 +0000 (9 08:51 +0000)
tree82bf8ead8de37421992f2d531b7a5f8e09fb057a
parent465d32446189a1b5d0d874b646aa9a0f07045c26
In the Windows build and tests, be more robust when invoking Python scripts
by using the full path to the Python interpreter.  (This avoids assuming
that 'python foo.py' or 'foo.py' will run the script.)

Thanks to Bert and gstein.

* build/generator/svn_config.vcproj.ezt
  (sql):  Add the Python interpreter's path to the command.

* build/generator/gen_vcnet_vcproj.py
  (Generator.write):  Pass the interpreter's pass to the template.

* subversion/tests/cmdline/svneditor.bat:
    Run svneditor.py using the python in %SVN_TEST_PYTHON%.

* subversion/tests/cmdline/svntest/main.py
  (use_editor):
    Set SVN_TEST_PYTHON.

git-svn-id: http://svn.apache.org/repos/asf/subversion/trunk/subversion/tests/cmdline@879963 13f79535-47bb-0310-9956-ffa450edef68
svntest/main.py