From bcb32c0b8692774634cb9de10be921d11d7fbf8a Mon Sep 17 00:00:00 2001 From: Bo Yang Date: Fri, 30 Sep 2016 19:07:33 +0000 Subject: Test php5.5_c test on jenkins --- php/tests/test.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'php') diff --git a/php/tests/test.sh b/php/tests/test.sh index f3f04a47..15df768c 100755 --- a/php/tests/test.sh +++ b/php/tests/test.sh @@ -1,10 +1,5 @@ #!/bin/bash -# Compile protoc -pushd ../../ -./autogen.sh && ./configure && make -popd - # Generate test file ../../src/protoc --php_out=. test.proto test_include.proto @@ -29,4 +24,9 @@ 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 -- cgit v1.2.3