mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
test: add python-cffi bindings to path for test_python
This will allow testing the new python bindings using test_python, in addition to the current invocation of pytest.
This commit is contained in:
parent
4b361f4d35
commit
5f077bef37
1 changed files with 1 additions and 1 deletions
|
@ -909,7 +909,7 @@ test_done () {
|
|||
test_python () {
|
||||
# Note: if there is need to print debug information from python program,
|
||||
# use stdout = os.fdopen(6, 'w') or stderr = os.fdopen(7, 'w')
|
||||
PYTHONPATH="$NOTMUCH_SRCDIR/bindings/python${PYTHONPATH:+:$PYTHONPATH}" \
|
||||
PYTHONPATH="$NOTMUCH_BUILDDIR/bindings/python-cffi/build/stage:$NOTMUCH_SRCDIR/bindings/python${PYTHONPATH:+:$PYTHONPATH}" \
|
||||
$NOTMUCH_PYTHON -B - > OUTPUT
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue