diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2024-08-04 22:30:24 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-08-04 22:30:51 -0400 |
commit | f566702e8743e56faca9cb3199a112c7b8788509 (patch) | |
tree | 19d63620a9983dab32ccee5ebaeb14d65ba42f13 /sci-mathematics/dunshire/dunshire-0.1.3-r1.ebuild | |
parent | sys-apps/gentoo-functions: fix 1.7 ebuild to be based upon 9999 (diff) | |
download | gentoo-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/dunshire/dunshire-0.1.3-r1.ebuild')
-rw-r--r-- | sci-mathematics/dunshire/dunshire-0.1.3-r1.ebuild | 2 |
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 } |