summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Healy <lmiphay@gmail.com>2020-09-02 20:03:44 +0000
committerSam James <sam@gentoo.org>2020-09-02 20:03:44 +0000
commitd82f3036667f032ace586bf51d32ab45ee0d8c54 (patch)
tree833481f8c1b196ec3e9bb2f64f2ccfd8b3993a98 /sys-apps/dstat
parentnet-im/skypeforlinux: Remove old 8.62.0.85 (diff)
downloadgentoo-d82f3036667f032ace586bf51d32ab45ee0d8c54.tar.gz
gentoo-d82f3036667f032ace586bf51d32ab45ee0d8c54.tar.bz2
gentoo-d82f3036667f032ace586bf51d32ab45ee0d8c54.zip
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@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15644 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/dstat')
-rw-r--r--sys-apps/dstat/dstat-0.7.4-r2.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys-apps/dstat/dstat-0.7.4-r2.ebuild b/sys-apps/dstat/dstat-0.7.4-r2.ebuild
index 6116fd501610..7e27d34cc5d6 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
+}