app-shells/bash-completion: Pass -vv to pytest
authorMichał Górny <mgorny@gentoo.org>
Sun, 28 Apr 2019 06:35:16 +0000 (08:35 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 28 Apr 2019 08:42:01 +0000 (10:42 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-shells/bash-completion/bash-completion-9999.ebuild

index cd39105748bb2c1b95d96554c6a51dd082a7d2bd..765d8923a5b63ae25dc837b5009f4f4c7a8b21e0 100644 (file)
@@ -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}"