aboutsummaryrefslogtreecommitdiff
path: root/tests.sh
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2017-11-03 12:30:09 -0700
committerGitHub <noreply@github.com>2017-11-03 12:30:09 -0700
commitbcda919ceeae8bd854c07a8300d8996ef52315db (patch)
treef6508e99d455a4aeed37714399026d3e44dc96e8 /tests.sh
parent239dba535c48b64769cdfdfcb18f771620ccbba9 (diff)
downloadprotobuf-bcda919ceeae8bd854c07a8300d8996ef52315db.tar.gz
protobuf-bcda919ceeae8bd854c07a8300d8996ef52315db.tar.bz2
protobuf-bcda919ceeae8bd854c07a8300d8996ef52315db.zip
Fix php well known type conformance tests (#3828)
* 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
}