summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmadeusz Żołnowski <aidecoe@gentoo.org>2016-07-02 17:06:24 +0100
committerAmadeusz Żołnowski <aidecoe@gentoo.org>2016-07-02 17:11:56 +0100
commitf6489a7a70061cde87b035b4523f20ecaf7bbb8c (patch)
tree0d2ce3b730daa399229f4eadf5ddf7699eae57a8 /net-mail
parentnet-mail/notmuch: Rename debug flag to valgrind (in testing ebuild only) (diff)
downloadgentoo-f6489a7a70061cde87b035b4523f20ecaf7bbb8c.tar.gz
gentoo-f6489a7a70061cde87b035b4523f20ecaf7bbb8c.tar.bz2
gentoo-f6489a7a70061cde87b035b4523f20ecaf7bbb8c.zip
net-mail/notmuch: Make tests verbose
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/notmuch/notmuch-0.22-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mail/notmuch/notmuch-0.22-r2.ebuild b/net-mail/notmuch/notmuch-0.22-r2.ebuild
index 6f415c85b7ca..3b3676632d6b 100644
--- a/net-mail/notmuch/notmuch-0.22-r2.ebuild
+++ b/net-mail/notmuch/notmuch-0.22-r2.ebuild
@@ -142,7 +142,7 @@ src_compile() {
src_test() {
pax-mark -m notmuch
emake download-test-databases
- LD_LIBRARY_PATH="${MY_LD_LIBRARY_PATH}" default
+ LD_LIBRARY_PATH="${MY_LD_LIBRARY_PATH}" V=1 default
pax-mark -ze notmuch
}