aboutsummaryrefslogtreecommitdiffhomepage
path: root/php/tests/test.sh
diff options
context:
space:
mode:
authorGravatar Bo Yang <paulyang1211@gmail.com>2016-10-05 18:28:13 -0700
committerGravatar Bo Yang <teboring@google.com>2016-10-10 11:44:54 -0700
commit63448e6059ee5e7b123e0d185e70c1df1d294bd8 (patch)
tree0ae4e5d5f68a5199d3594b972446a6566f4abc33 /php/tests/test.sh
parent4f3d20a500e75ef47004986fece3db20ddeee43f (diff)
Fix compile error for php on Mac.
Diffstat (limited to 'php/tests/test.sh')
-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