net-mail/notmuch: Make tests verbose
authorAmadeusz Żołnowski <aidecoe@gentoo.org>
Sat, 2 Jul 2016 16:06:24 +0000 (17:06 +0100)
committerAmadeusz Żołnowski <aidecoe@gentoo.org>
Sat, 2 Jul 2016 16:11:56 +0000 (17:11 +0100)
net-mail/notmuch/notmuch-0.22-r2.ebuild

index 6f415c85b7cae539973f50be1ec824c45432eed9..3b3676632d6b34afeaec84da14acb5ba0cef18ef 100644 (file)
@@ -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
 }