From 674a928d1471076e20161cfa80774d5d8e6299e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6kt=C3=BCrk=20Y=C3=BCksek?= Date: Sat, 29 Oct 2016 16:11:16 -0400 Subject: [PATCH] eclass/php-ext-source-r3: define the variable slot local to src_test --- eclass/php-ext-source-r3.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/php-ext-source-r3.eclass b/eclass/php-ext-source-r3.eclass index f2999d43c44fe..54eda3123d221 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