commit:     e6aa834f23c9527608207173288c8cd1a6c50c54
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 28 06:35:16 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 28 08:42:01 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6aa834f

app-shells/bash-completion: Pass -vv to pytest

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-shells/bash-completion/bash-completion-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/bash-completion/bash-completion-9999.ebuild 
b/app-shells/bash-completion/bash-completion-9999.ebuild
index cd39105748b..765d8923a5b 100644
--- a/app-shells/bash-completion/bash-completion-9999.ebuild
+++ b/app-shells/bash-completion/bash-completion-9999.ebuild
@@ -101,7 +101,7 @@ src_test() {
        # than upstream anticipated (they run tests on pristine docker
        # installs of binary distros)
        nonfatal dtach -N "${T}/dtach.sock" \
-               bash -c 'emake check RUNTESTFLAGS="OPT_TIMEOUT=300 
OPT_BUFFER_SIZE=1000000" \
+               bash -c 'emake check RUNTESTFLAGS="OPT_TIMEOUT=300 
OPT_BUFFER_SIZE=1000000" PYTESTFLAGS="-vv" \
                        &> "${T}"/dtach-test.log; echo ${?} > 
"${T}"/dtach-test.out'
 
        kill "${tail_pid}"

Reply via email to