Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/bash-completion/
Date: Sun, 28 Apr 2019 08:42:19
Message-Id: 1556440921.e6aa834f23c9527608207173288c8cd1a6c50c54.mgorny@gentoo
1 commit: e6aa834f23c9527608207173288c8cd1a6c50c54
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 28 06:35:16 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 28 08:42:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6aa834f
7
8 app-shells/bash-completion: Pass -vv to pytest
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-shells/bash-completion/bash-completion-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-shells/bash-completion/bash-completion-9999.ebuild b/app-shells/bash-completion/bash-completion-9999.ebuild
16 index cd39105748b..765d8923a5b 100644
17 --- a/app-shells/bash-completion/bash-completion-9999.ebuild
18 +++ b/app-shells/bash-completion/bash-completion-9999.ebuild
19 @@ -101,7 +101,7 @@ src_test() {
20 # than upstream anticipated (they run tests on pristine docker
21 # installs of binary distros)
22 nonfatal dtach -N "${T}/dtach.sock" \
23 - bash -c 'emake check RUNTESTFLAGS="OPT_TIMEOUT=300 OPT_BUFFER_SIZE=1000000" \
24 + bash -c 'emake check RUNTESTFLAGS="OPT_TIMEOUT=300 OPT_BUFFER_SIZE=1000000" PYTESTFLAGS="-vv" \
25 &> "${T}"/dtach-test.log; echo ${?} > "${T}"/dtach-test.out'
26
27 kill "${tail_pid}"