diff options
| author | Paul Yang <TeBoring@users.noreply.github.com> | 2017-02-11 16:36:17 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-11 16:36:17 -0800 |
| commit | 74eb9a0a304a3261f3c83e100f51081986ac8ba6 (patch) | |
| tree | d7171743decd0b21fdf60fc76d5fd0509ebceeda /tests.sh | |
| parent | ef927cc428db7bf41d3a593a16a8f1a0fe6306c5 (diff) | |
| download | platform_external_protobuf-74eb9a0a304a3261f3c83e100f51081986ac8ba6.tar.gz platform_external_protobuf-74eb9a0a304a3261f3c83e100f51081986ac8ba6.tar.bz2 platform_external_protobuf-74eb9a0a304a3261f3c83e100f51081986ac8ba6.zip | |
Add clear method to PHP message (#2700)
Diffstat (limited to 'tests.sh')
| -rwxr-xr-x | tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -445,10 +445,10 @@ build_php5.5_c_32() { use_php_bc 5.5 wget https://phar.phpunit.de/phpunit-old.phar -O /usr/bin/phpunit cd php/tests && /bin/bash ./test.sh && cd ../.. - pushd conformance # TODO(teboring): Add conformance test. + # pushd conformance # make test_php_c - popd + # popd } build_php5.6() { |
