projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e3879b
)
test/python: set LD_LIBRARY_PATH and PYTHONPATH to use local notmuch
0.10.2
debian/0.10.2-1
author
David Bremner
<bremner@debian.org>
Tue, 6 Dec 2011 03:06:50 +0000
(23:06 -0400)
committer
David Bremner
<bremner@debian.org>
Tue, 6 Dec 2011 03:06:50 +0000
(23:06 -0400)
Possibly this should be factored out into some kind of "run_python"
function.
test/python
patch
|
blob
|
history
diff --git
a/test/python
b/test/python
index 179427b80a6ec37e1312193fb2f2c52a19afe689..f737749f5c10505ca641ca84f8f98bf538a3d012 100755
(executable)
--- a/
test/python
+++ b/
test/python
@@
-5,6
+5,8
@@
test_description="python bindings"
add_email_corpus
test_begin_subtest "compare thread ids"
+LD_LIBRARY_PATH=$TEST_DIRECTORY/../lib \
+PYTHONPATH=$TEST_DIRECTORY/../bindings/python \
python <<EOF | sort > OUTPUT
import notmuch
db = notmuch.Database(mode=notmuch.Database.MODE.READ_WRITE)