aboutsummaryrefslogtreecommitdiff
path: root/tests.sh
diff options
context:
space:
mode:
authorAdam Cozzette <acozzette@gmail.com>2016-11-23 11:26:31 -0800
committerGitHub <noreply@github.com>2016-11-23 11:26:31 -0800
commit39f9b43219bc5718b659ed72a2130a7b2ce66108 (patch)
treee48fe16afc2e1d868408e9453fff521d6ddcd4ae /tests.sh
parentc9504715634948c9f8f306330449f296d926b74e (diff)
parent65479cb7b1f99ab957da68abce17feb68a9e1cf0 (diff)
downloadprotobuf-39f9b43219bc5718b659ed72a2130a7b2ce66108.tar.gz
protobuf-39f9b43219bc5718b659ed72a2130a7b2ce66108.tar.bz2
protobuf-39f9b43219bc5718b659ed72a2130a7b2ce66108.zip
Merge pull request #2403 from google/down-integrate-with-msvc-fix
Integrated internal changes from Google
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.sh b/tests.sh
index 4ac6b7c6..eb8255e1 100755
--- a/tests.sh
+++ b/tests.sh
@@ -51,7 +51,7 @@ build_cpp_distcheck() {
make dist
# List all files that should be included in the distribution package.
- git ls-files | grep "^\(java\|python\|objectivec\|csharp\|js\|ruby\|cmake\|examples\)" |\
+ git ls-files | grep "^\(java\|python\|objectivec\|csharp\|js\|ruby\|php\|cmake\|examples\)" |\
grep -v ".gitignore" | grep -v "java/compatibility_tests" > dist.lst
# Unzip the dist tar file.
DIST=`ls *.tar.gz`