commit: f566702e8743e56faca9cb3199a112c7b8788509 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Mon Aug 5 02:30:24 2024 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Mon Aug 5 02:30:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f566702e
sci-mathematics/dunshire: add missing die (thanks sam) Bug: https://bugs.gentoo.org/937324 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> sci-mathematics/dunshire/dunshire-0.1.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/dunshire/dunshire-0.1.3-r1.ebuild b/sci-mathematics/dunshire/dunshire-0.1.3-r1.ebuild index 36354f6a301d..c98c5b6bf51d 100644 --- a/sci-mathematics/dunshire/dunshire-0.1.3-r1.ebuild +++ b/sci-mathematics/dunshire/dunshire-0.1.3-r1.ebuild @@ -26,5 +26,5 @@ distutils_enable_sphinx doc/source distutils_enable_tests setup.py python_test() { - PYTHONPATH="." "${EPYTHON}" test/__main__.py --verbose + PYTHONPATH="." "${EPYTHON}" test/__main__.py --verbose || die }
