aboutsummaryrefslogtreecommitdiff
path: root/php/tests
diff options
context:
space:
mode:
authorBo Yang <paulyang1211@gmail.com>2016-10-05 18:28:13 -0700
committerBo Yang <paulyang1211@gmail.com>2016-10-05 19:15:31 -0700
commit96e2d76491f7ea8aa33b524e7b0a2194b05c473a (patch)
treeadc631111d9408a7014217c26c1f0ca026db6b96 /php/tests
parent75b69887aa446aeb7f1b6325ec826f2b5ddfa972 (diff)
downloadprotobuf-96e2d76491f7ea8aa33b524e7b0a2194b05c473a.tar.gz
protobuf-96e2d76491f7ea8aa33b524e7b0a2194b05c473a.tar.bz2
protobuf-96e2d76491f7ea8aa33b524e7b0a2194b05c473a.zip
Fix compile error for php on Mac.
Diffstat (limited to 'php/tests')
-rwxr-xr-xphp/tests/test.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/php/tests/test.sh b/php/tests/test.sh
index 15df768c..888e93eb 100755
--- a/php/tests/test.sh
+++ b/php/tests/test.sh
@@ -24,9 +24,4 @@ done
# Make sure to run the memory test in debug mode.
php -dextension=../ext/google/protobuf/modules/protobuf.so memory_leak_test.php
-php --version
-which php
-pwd
-ls
-ls -l `which php`
USE_ZEND_ALLOC=0 valgrind --leak-check=yes php -dextension=../ext/google/protobuf/modules/protobuf.so memory_leak_test.php