From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B34BE138359 for ; Wed, 2 Sep 2020 20:30:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6689E08DD; Wed, 2 Sep 2020 20:30:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8ABA7E08DD for ; Wed, 2 Sep 2020 20:30:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E19C133BF1A for ; Wed, 2 Sep 2020 20:30:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBD942EC for ; Wed, 2 Sep 2020 20:30:48 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1599077024.d82f3036667f032ace586bf51d32ab45ee0d8c54.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dstat/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/dstat/dstat-0.7.4-r2.ebuild X-VCS-Directories: sys-apps/dstat/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d82f3036667f032ace586bf51d32ab45ee0d8c54 X-VCS-Branch: master Date: Wed, 2 Sep 2020 20:30:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 10438d29-476e-45f3-91dd-574fb0b3b5ed X-Archives-Hash: 0379a79a0b6c4e7bc0c70886bbdcbf47 commit: d82f3036667f032ace586bf51d32ab45ee0d8c54 Author: Paul Healy gmail com> AuthorDate: Wed Sep 2 20:03:44 2020 +0000 Commit: Sam James gentoo 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 gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15644 Signed-off-by: Sam James 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 +}