Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/sssd/
Date: Sat, 15 Aug 2020 02:12:33
Message-Id: 1597457522.5a113bc740b861e2073c0019e4339c540d35cf70.mattst88@gentoo
1 commit: 5a113bc740b861e2073c0019e4339c540d35cf70
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 15 02:10:53 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 15 02:12:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a113bc7
7
8 sys-auth/sssd: Run tests
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 sys-auth/sssd/sssd-2.3.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-auth/sssd/sssd-2.3.1.ebuild b/sys-auth/sssd/sssd-2.3.1.ebuild
16 index dc2ccb3680b..d86b7fb3008 100644
17 --- a/sys-auth/sssd/sssd-2.3.1.ebuild
18 +++ b/sys-auth/sssd/sssd-2.3.1.ebuild
19 @@ -239,7 +239,7 @@ multilib_src_install_all() {
20 }
21
22 multilib_src_test() {
23 - default
24 + emake check
25 }
26
27 pkg_postinst() {