Skip to content

Commit

Permalink
eclass/php-ext-source-r3: define the variable slot local to src_test
Browse files Browse the repository at this point in the history
  • Loading branch information
gktrk committed Oct 29, 2016
1 parent e4f3b3b commit 674a928
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eclass/php-ext-source-r3.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 674a928

Please sign in to comment.