net-mail/notmuch: Make tests verbose in stable ebuilds as well
authorAmadeusz Żołnowski <aidecoe@gentoo.org>
Sat, 2 Jul 2016 16:16:17 +0000 (17:16 +0100)
committerAmadeusz Żołnowski <aidecoe@gentoo.org>
Sat, 2 Jul 2016 16:16:17 +0000 (17:16 +0100)
Package-Manager: portage-2.3.0

net-mail/notmuch/notmuch-0.18.2.ebuild
net-mail/notmuch/notmuch-0.19-r1.ebuild
net-mail/notmuch/notmuch-0.20.2.ebuild
net-mail/notmuch/notmuch-0.21.ebuild
net-mail/notmuch/notmuch-0.22.ebuild

index 9651014a79b61b39e9a921251cf288154f5d08a9..a0070f89f2f9a15c551599875561304d0e4d49ef 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -133,7 +133,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
 }
 
index 656236ca8c701245bbc9d982bf459b1235505a10..7e0b38c77203361f29a4bfa150e4468cf57afa5e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -147,7 +147,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
 }
 
index 29796883d56d9370cd925a1e7f4d4ee0c2aefb3c..8b88dd9403632de8b1f2b7edad56a6dc8114389e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -143,7 +143,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
 }
 
index 896f474d8e29f2aa01f46b763a9ae1a8adc4fb4e..211a70e4502da7297510704629d49a42f495d72b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -143,7 +143,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
 }
 
index 1cf92ced966a066e8e677a067b25978cb0b30171..3c6dfddf146e427c560f3b4b729c42603acfa2a3 100644 (file)
@@ -141,7 +141,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
 }