aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Matt Kwong <matt-kwong@users.noreply.github.com>2018-04-13 17:00:38 -0700
committerGravatar GitHub <noreply@github.com>2018-04-13 17:00:38 -0700
commit082ddc563ea71a6b7a700070ec60095bfb65d88f (patch)
tree670ecc204d127a900aebd3a5cc9badf465512eac
parent7929e41f21ea639f95b9e3b9e694e57a23b860d6 (diff)
parent84d604656947b6b8053ee47540e81040ed52365a (diff)
Merge pull request #15066 from matt-kwong/php-path-fix
Set DYLD_LIBRARY_PATH to be based off of
-rwxr-xr-xsrc/php/bin/run_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/php/bin/run_tests.sh b/src/php/bin/run_tests.sh
index c4712eaee2..b913166ca2 100755
--- a/src/php/bin/run_tests.sh
+++ b/src/php/bin/run_tests.sh
@@ -21,6 +21,6 @@ root=$(pwd)
cd src/php/bin
source ./determine_extension_dir.sh
# in some jenkins macos machine, somehow the PHP build script can't find libgrpc.dylib
-export DYLD_LIBRARY_PATH=$root/libs/$config
+export DYLD_LIBRARY_PATH=$root/libs/$CONFIG
php $extension_dir -d max_execution_time=300 $(which phpunit) -v --debug \
../tests/unit_tests