Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dstat/
Date: Wed, 02 Sep 2020 20:30:54
Message-Id: 1599077024.d82f3036667f032ace586bf51d32ab45ee0d8c54.sam@gentoo
1 commit: d82f3036667f032ace586bf51d32ab45ee0d8c54
2 Author: Paul Healy <lmiphay <AT> gmail <DOT> com>
3 AuthorDate: Wed Sep 2 20:03:44 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 20:03:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d82f3036
7
8 sys-apps/dstat: fix test failure
9
10 call the tests correctly with the correct python version(s)
11
12 Bug: https://bugs.gentoo.org/711690
13 Signed-off-by: Paul Healy <lmiphay <AT> gmail.com>
14 Closes: https://github.com/gentoo/gentoo/pull/15644
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 sys-apps/dstat/dstat-0.7.4-r2.ebuild | 4 ++++
18 1 file changed, 4 insertions(+)
19
20 diff --git a/sys-apps/dstat/dstat-0.7.4-r2.ebuild b/sys-apps/dstat/dstat-0.7.4-r2.ebuild
21 index 6116fd50161..7e27d34cc5d 100644
22 --- a/sys-apps/dstat/dstat-0.7.4-r2.ebuild
23 +++ b/sys-apps/dstat/dstat-0.7.4-r2.ebuild
24 @@ -54,3 +54,7 @@ src_install() {
25 dodoc docs/*.html
26 fi
27 }
28 +
29 +src_test() {
30 + python_foreach_impl emake test
31 +}