]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Makefile: add PYTHON_PATH to GIT-BUILD-OPTIONS
authorBrandon Casey <drafnel@gmail.com>
Wed, 9 Jun 2010 21:23:59 +0000 (16:23 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 14 Jun 2010 03:02:45 +0000 (20:02 -0700)
commitae45732214a092baa8b78a5cea462e4a7a538165
tree88bd993f67bf51bb3a2b5454c15ad2a687607313
parent6508eedf670c180934db880b50a9a6b930acbf02
Makefile: add PYTHON_PATH to GIT-BUILD-OPTIONS

The PYTHON_PATH environment variable is not set when running test scripts
manually i.e. when not using 'make test'.  Scripts which attempt to use
this variable will fail.  So add it to the list of variables written to
the GIT-BUILD-OPTIONS file so that the test suite will import it when
running the test scripts.

Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile