summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2024-08-04 22:30:24 -0400
committerMichael Orlitzky <mjo@gentoo.org>2024-08-04 22:30:51 -0400
commitf566702e8743e56faca9cb3199a112c7b8788509 (patch)
tree19d63620a9983dab32ccee5ebaeb14d65ba42f13 /sci-mathematics
parentsys-apps/gentoo-functions: fix 1.7 ebuild to be based upon 9999 (diff)
downloadgentoo-f566702e8743e56faca9cb3199a112c7b8788509.tar.gz
gentoo-f566702e8743e56faca9cb3199a112c7b8788509.tar.bz2
gentoo-f566702e8743e56faca9cb3199a112c7b8788509.zip
sci-mathematics/dunshire: add missing die (thanks sam)
Bug: https://bugs.gentoo.org/937324 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/dunshire/dunshire-0.1.3-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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
}