aboutsummaryrefslogtreecommitdiff
path: root/tests.sh
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2017-11-04 09:33:56 -0700
committerGitHub <noreply@github.com>2017-11-04 09:33:56 -0700
commit2df472690ec878ff75a2ccea0c7ff6df0ff69ee3 (patch)
tree560036eac52891238eb3b805c90f6099bc7801ea /tests.sh
parentcbe250591fca9d2e776776be065a72c5550a5556 (diff)
downloadprotobuf-2df472690ec878ff75a2ccea0c7ff6df0ff69ee3.tar.gz
protobuf-2df472690ec878ff75a2ccea0c7ff6df0ff69ee3.tar.bz2
protobuf-2df472690ec878ff75a2ccea0c7ff6df0ff69ee3.zip
Fix php well known type conformance tests (#3828) (#3840)
* Fix php well known type conformance tests * Properly generate code for test.proto * Provide GPBMetadata files in c extensions for generated files to import. * Remove unnecessary test * Clean up code * Add declaration for initOnce. * Refactoring
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests.sh b/tests.sh
index 66baeb15..6733e835 100755
--- a/tests.sh
+++ b/tests.sh
@@ -363,7 +363,8 @@ generate_php_test_proto() {
proto/test_service_namespace.proto \
proto/test_descriptors.proto
pushd ../../src
- ./protoc --php_out=../php/tests/generated -I../php/tests -I. ../php/tests/proto/test_import_descriptor_proto.proto
+ ./protoc --php_out=../php/tests/generated -I../php/tests -I. \
+ ../php/tests/proto/test_import_descriptor_proto.proto
popd
popd
}