Эх сурвалжийг харах

Fix php test on mac. (#2402)

Previously, this has been fixed on master in
51c5ff889ccd3836c25f40baafb350f92c9ee103.
Paul Yang 8 жил өмнө
parent
commit
0c34e86a51
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      tests.sh

+ 1 - 1
tests.sh

@@ -391,7 +391,7 @@ 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"
+  export PATH="/usr/local/php5/bin:$PATH"
 
   # Install phpunit
   curl https://phar.phpunit.de/phpunit.phar -L -o phpunit.phar