diff options
| author | David Bremner <david@tethera.net> | 2025-06-23 12:18:23 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2025-06-23 12:18:23 -0300 |
| commit | def58df876274723bda8ec00d08703f43d0ab491 (patch) | |
| tree | 304bcba42e2c8a7e09577e927dd5fa64c1128480 | |
| parent | 3af10307d954f2e3ca69322748288edf967e3704 (diff) | |
| parent | 5f199e89c7e3f061f1c6403ac77fbacf564ecf85 (diff) | |
Merge branch 'release'
| -rw-r--r-- | test/test-lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-lib.sh b/test/test-lib.sh index 059e110c..5b3cd454 100644 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -896,7 +896,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_BUILDDIR/bindings/python-cffi/build/stage:$NOTMUCH_SRCDIR/bindings/python${PYTHONPATH:+:$PYTHONPATH}" \ + PYTHONPATH="$NOTMUCH_BUILDDIR/bindings/python-cffi/build/stage${PYTHONPATH:+:$PYTHONPATH}" \ $NOTMUCH_PYTHON -B - > OUTPUT } |
