dev-python/elasticsearch-curator: esetup.py dies on its own.
authorPatrice Clement <monsieurp@gentoo.org>
Fri, 18 Mar 2016 10:43:53 +0000 (10:43 +0000)
committerPatrice Clement <monsieurp@gentoo.org>
Fri, 18 Mar 2016 13:29:02 +0000 (13:29 +0000)
Package-Manager: portage-2.2.26

dev-python/elasticsearch-curator/elasticsearch-curator-3.4.0.ebuild
dev-python/elasticsearch-curator/elasticsearch-curator-3.4.1.ebuild
dev-python/elasticsearch-curator/elasticsearch-curator-3.5.0.ebuild

index 6e46527e3141063411fc23bb171caaaf494cba8f..6f7daf02f18195a8ea9a7060241f162e827b0046 100644 (file)
@@ -75,7 +75,7 @@ python_test() {
        done
 
        export TEST_ES_SERVER="localhost:${ES_PORT}"
-       esetup.py test || die
+       esetup.py test
 
        pkill -F ${PID}
 }
index 5e7893ad2264d59d0fc4614530faade03360e204..349fb3e94373eb5f5f90fe6f2419d1aee1a2a001 100644 (file)
@@ -78,7 +78,7 @@ python_test() {
        done
 
        export TEST_ES_SERVER="localhost:${ES_PORT}"
-       esetup.py test || die
+       esetup.py test
 
        pkill -F ${PID}
 }
index 2abae1164bc997f926d8125aa26b1483c2821461..13d4cb2cb9738096c72d724e5838bf45caea7c68 100644 (file)
@@ -78,7 +78,7 @@ python_test() {
        done
 
        export TEST_ES_SERVER="localhost:${ES_PORT}"
-       esetup.py test || die
+       esetup.py test
 
        pkill -F ${PID}
 }