summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-04-28 08:35:16 +0200
committerMichał Górny <mgorny@gentoo.org>2019-04-28 10:42:01 +0200
commite6aa834f23c9527608207173288c8cd1a6c50c54 (patch)
tree861acc395b9df8fe096d9e784e5575e206216c37 /app-shells/bash-completion
parentapp-shells/bash-completion: Strip FreeBSD completions on non-fbsd (diff)
downloadgentoo-e6aa834f23c9527608207173288c8cd1a6c50c54.tar.gz
gentoo-e6aa834f23c9527608207173288c8cd1a6c50c54.tar.bz2
gentoo-e6aa834f23c9527608207173288c8cd1a6c50c54.zip
app-shells/bash-completion: Pass -vv to pytest
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-shells/bash-completion')
-rw-r--r--app-shells/bash-completion/bash-completion-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/bash-completion/bash-completion-9999.ebuild b/app-shells/bash-completion/bash-completion-9999.ebuild
index cd39105748bb..765d8923a5b6 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}"