aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run_tests/build_php.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/run_tests/build_php.sh b/tools/run_tests/build_php.sh
index 996ddce29b..ca4f73657b 100755
--- a/tools/run_tests/build_php.sh
+++ b/tools/run_tests/build_php.sh
@@ -15,8 +15,7 @@ cd src/php
cd ext/grpc
phpize
-cd ../..
-ext/grpc/configure
+./configure
#cd ext/grpc
make