]> git.notmuchmail.org Git - notmuch/commit
test: use the python interpreter in sh.config
authorDavid Bremner <david@tethera.net>
Sun, 2 Aug 2015 06:40:55 +0000 (08:40 +0200)
committerDavid Bremner <david@tethera.net>
Tue, 4 Aug 2015 07:19:18 +0000 (09:19 +0200)
commit23d86773b9e1b8111921af94f7f14ea0867eaee2
tree924545b4e1eb5d38f199d08abe1ca58ba3a99fe8
parent2982d70ac683c74c62e20081b36529c90bccc914
test: use the python interpreter in sh.config

The configure script chooses "python" if both python and python{2,3}
exist exists, so this could change the version of python used to run
the test suite.

The checking for ${NOTMUCH_PYTHON} in the test suite is arguably
over-engineering, since the configure step will fail if it can't find
it.
configure
test/T390-python.sh
test/test-lib.sh