From f566702e8743e56faca9cb3199a112c7b8788509 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 4 Aug 2024 22:30:24 -0400 Subject: sci-mathematics/dunshire: add missing die (thanks sam) Bug: https://bugs.gentoo.org/937324 Signed-off-by: Michael Orlitzky --- sci-mathematics/dunshire/dunshire-0.1.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sci-mathematics') 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 } -- cgit v1.2.3-65-gdbad