diff options
author | Göktürk Yüksek <gokturk@gentoo.org> | 2016-10-29 16:11:16 -0400 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2016-10-29 19:32:12 -0400 |
commit | 674a928d1471076e20161cfa80774d5d8e6299e0 (patch) | |
tree | 372d5b7630f2ddeb600c809fe24b9659f5fcf9ae /eclass | |
parent | e4f3b3b12d833946c65c1184702d5985bc46c299 (diff) | |
download | gentoo-674a928d1471076e20161cfa80774d5d8e6299e0.tar.gz gentoo-674a928d1471076e20161cfa80774d5d8e6299e0.tar.xz |
eclass/php-ext-source-r3: define the variable slot local to src_test
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php-ext-source-r3.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/php-ext-source-r3.eclass b/eclass/php-ext-source-r3.eclass index f2999d43c44..54eda3123d2 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 |