commit:     d82f3036667f032ace586bf51d32ab45ee0d8c54
Author:     Paul Healy <lmiphay <AT> gmail <DOT> com>
AuthorDate: Wed Sep  2 20:03:44 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep  2 20:03:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d82f3036

sys-apps/dstat: fix test failure

call the tests correctly with the correct python version(s)

Bug: https://bugs.gentoo.org/711690
Signed-off-by: Paul Healy <lmiphay <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15644
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/dstat/dstat-0.7.4-r2.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/sys-apps/dstat/dstat-0.7.4-r2.ebuild 
b/sys-apps/dstat/dstat-0.7.4-r2.ebuild
index 6116fd50161..7e27d34cc5d 100644
--- a/sys-apps/dstat/dstat-0.7.4-r2.ebuild
+++ b/sys-apps/dstat/dstat-0.7.4-r2.ebuild
@@ -54,3 +54,7 @@ src_install() {
                dodoc docs/*.html
        fi
 }
+
+src_test() {
+       python_foreach_impl emake test
+}

Reply via email to