diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-02-21 15:51:35 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-02-21 18:20:05 +0100 |
commit | 98f037f8e01e00a87320d0b5959cb0114a2adfff (patch) | |
tree | 0fb7e23d0a6b59667772b1616539d62b09c7fdd4 /dev-python/path-py | |
parent | www-client/vivaldi-snapshot: Tweak shell patch to not remove version check. (diff) | |
download | gentoo-98f037f8e01e00a87320d0b5959cb0114a2adfff.tar.gz gentoo-98f037f8e01e00a87320d0b5959cb0114a2adfff.tar.bz2 gentoo-98f037f8e01e00a87320d0b5959cb0114a2adfff.zip |
dev-python/path-py: Better to ||die on failed tests
Diffstat (limited to 'dev-python/path-py')
-rw-r--r-- | dev-python/path-py/path-py-10.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/path-py/path-py-10.3.1.ebuild b/dev-python/path-py/path-py-10.3.1.ebuild index efd60c7a6772..baf04feb81f0 100644 --- a/dev-python/path-py/path-py-10.3.1.ebuild +++ b/dev-python/path-py/path-py-10.3.1.ebuild @@ -34,5 +34,5 @@ python_prepare_all() { } python_test() { - py.test -v + py.test -v || die } |