From 1f2dbc899b634f3236e1923a90683eebed283d52 Mon Sep 17 00:00:00 2001 From: Paul Yang Date: Tue, 8 Nov 2016 11:38:34 -0800 Subject: Implement RepeatedFieldIter for c extension. (#2333) --- tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests.sh') diff --git a/tests.sh b/tests.sh index 1335c06b..7a12f267 100755 --- a/tests.sh +++ b/tests.sh @@ -408,7 +408,8 @@ build_php5.6_c() { build_php5.6_mac() { # Install PHP curl -s https://php-osx.liip.ch/install.sh | bash -s 5.6 - export PATH="/usr/local/php5-5.6.25-20160831-101628/bin:$PATH" + PHP_FOLDER=`find /usr/local -type d -name "php5-5.6*"` # The folder name may change upon time + export PATH="$PHP_FOLDER/bin:$PATH" # Install phpunit curl https://phar.phpunit.de/phpunit.phar -L -o phpunit.phar -- cgit v1.2.3