Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 29 Oct 2016 23:42:08
Message-Id: 1477783932.674a928d1471076e20161cfa80774d5d8e6299e0.gokturk@gentoo
1 commit: 674a928d1471076e20161cfa80774d5d8e6299e0
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 20:11:16 2016 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 29 23:32:12 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=674a928d
7
8 eclass/php-ext-source-r3: define the variable slot local to src_test
9
10 eclass/php-ext-source-r3.eclass | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/eclass/php-ext-source-r3.eclass b/eclass/php-ext-source-r3.eclass
14 index f2999d4..54eda31 100644
15 --- a/eclass/php-ext-source-r3.eclass
16 +++ b/eclass/php-ext-source-r3.eclass
17 @@ -236,6 +236,7 @@ php-ext-source-r3_src_install() {
18 # a run-tests.php file to be executed by `make test`. We only need to
19 # force the test suite to run in non-interactive mode.
20 php-ext-source-r3_src_test() {
21 + local slot
22 for slot in $(php_get_slots); do
23 php_init_slot_env "${slot}"
24 NO_INTERACTION="yes" emake test