commit:     31197e17c17f053e9bb21d28a7f2df299f6b4aa7
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Wed May 27 13:08:53 2020 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Wed May 27 13:08:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31197e17

mail-filter/scmail: fix tests

Closes: https://bugs.gentoo.org/724722
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>

 mail-filter/scmail/scmail-1.3.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/mail-filter/scmail/scmail-1.3.ebuild 
b/mail-filter/scmail/scmail-1.3.ebuild
index 34ce96c9044..1a16de0603e 100644
--- a/mail-filter/scmail/scmail-1.3.ebuild
+++ b/mail-filter/scmail/scmail-1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -40,3 +40,7 @@ src_install() {
                install
        einstalldocs
 }
+
+src_test() {
+       emake -j1 -s check
+}

Reply via email to