aboutsummaryrefslogtreecommitdiffhomepage
path: root/php
diff options
context:
space:
mode:
authorGravatar Bo Yang <teboring@google.com>2016-09-30 19:07:33 +0000
committerGravatar Bo Yang <teboring@google.com>2016-10-03 20:48:39 +0000
commitbcb32c0b8692774634cb9de10be921d11d7fbf8a (patch)
tree0974a9e79ad7bb3ac3f0b9541184d2144ade6698 /php
parentdae50dc56a48d86fdce3bb52151a2a4652e5c33b (diff)
Test php5.5_c test on jenkins
Diffstat (limited to 'php')
-rwxr-xr-xphp/tests/test.sh10
1 files changed, 5 insertions, 5 deletions
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