From: Michał Górny Date: Sun, 28 Apr 2019 06:35:16 +0000 (+0200) Subject: app-shells/bash-completion: Pass -vv to pytest X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e6aa834f23c9527608207173288c8cd1a6c50c54;p=gentoo.git app-shells/bash-completion: Pass -vv to pytest Signed-off-by: Michał Górny --- 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}"