summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGöktürk Yüksek <gokturk@gentoo.org>2016-10-29 16:11:16 -0400
committerGöktürk Yüksek <gokturk@gentoo.org>2016-10-29 19:32:12 -0400
commit674a928d1471076e20161cfa80774d5d8e6299e0 (patch)
tree372d5b7630f2ddeb600c809fe24b9659f5fcf9ae
parentdev-php/pecl-geoip: new version 1.1.1 to replace 1.1.0-r1. (diff)
downloadgentoo-674a928d.tar.gz
gentoo-674a928d.tar.bz2
gentoo-674a928d.zip
eclass/php-ext-source-r3: define the variable slot local to src_test
-rw-r--r--eclass/php-ext-source-r3.eclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/php-ext-source-r3.eclass b/eclass/php-ext-source-r3.eclass
index f2999d43c44f..54eda3123d22 100644
--- a/eclass/php-ext-source-r3.eclass
+++ b/eclass/php-ext-source-r3.eclass
@@ -236,6 +236,7 @@ php-ext-source-r3_src_install() {
# a run-tests.php file to be executed by `make test`. We only need to
# force the test suite to run in non-interactive mode.
php-ext-source-r3_src_test() {
+ local slot
for slot in $(php_get_slots); do
php_init_slot_env "${slot}"
NO_INTERACTION="yes" emake test