diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-04-28 08:35:16 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-04-28 10:42:01 +0200 |
commit | e6aa834f23c9527608207173288c8cd1a6c50c54 (patch) | |
tree | 861acc395b9df8fe096d9e784e5575e206216c37 /app-shells | |
parent | app-shells/bash-completion: Strip FreeBSD completions on non-fbsd (diff) | |
download | gentoo-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')
-rw-r--r-- | app-shells/bash-completion/bash-completion-9999.ebuild | 2 |
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}" |