commit: 45046cb1efe6125cdff5fd101f5aaea75b32121a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 29 21:14:15 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 29 21:14:15 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45046cb1
net-mail/automx2: change test failure message
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-mail/automx2/automx2-2020.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/automx2/automx2-2020.2.ebuild
b/net-mail/automx2/automx2-2020.2.ebuild
index 27bbeeef2a1..7f3fa33fa4f 100644
--- a/net-mail/automx2/automx2-2020.2.ebuild
+++ b/net-mail/automx2/automx2-2020.2.ebuild
@@ -28,7 +28,7 @@ python_prepare_all() {
python_test() {
export AUTOMX2_CONF="tests/unittest.conf"
- ${EPYTHON} -m unittest discover tests/ || die
+ ${EPYTHON} -m unittest discover tests/ || die "Tests failed with
${EPYTHON}"
}
python_install_all() {