aboutsummaryrefslogtreecommitdiff
path: root/tests.sh
diff options
context:
space:
mode:
authorBo Yang <teboring@google.com>2016-10-05 10:54:39 -0700
committerBo Yang <teboring@google.com>2016-10-05 11:00:39 -0700
commit75b69887aa446aeb7f1b6325ec826f2b5ddfa972 (patch)
treecf82b53e6800cf7a82664ba297a6b40ff30a1144 /tests.sh
parent52ab3b07ac9a6889ed0ac9bf21afd8dab8ef0014 (diff)
downloadprotobuf-75b69887aa446aeb7f1b6325ec826f2b5ddfa972.tar.gz
protobuf-75b69887aa446aeb7f1b6325ec826f2b5ddfa972.tar.bz2
protobuf-75b69887aa446aeb7f1b6325ec826f2b5ddfa972.zip
Fix segmentation fault when ZTS is defined.
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests.sh b/tests.sh
index ccf49f00..5823bff5 100755
--- a/tests.sh
+++ b/tests.sh
@@ -377,6 +377,7 @@ build_php5.5_mac() {
build_php5.5_zts_c() {
use_php_zts 5.5
+ wget https://phar.phpunit.de/phpunit-old.phar -O /usr/bin/phpunit
cd php/tests && /bin/bash ./test.sh && cd ../..
}