Commit: 445a1f141c20276fda787f7eac6c91b3c592cba0 Author: Nuno Lopes <[email protected]> Sun, 20 May 2018 11:53:02 -0400 Parents: 6455509ea19e6be9d9c207ea52f7c4a3c5233034 Branches: master
Link: http://git.php.net/?p=web/gcov.git;a=commitdiff;h=445a1f141c20276fda787f7eac6c91b3c592cba0 Log: fix code coverage builds with PHP 7 Changed paths: M cron/cron.sh Diff: diff --git a/cron/cron.sh b/cron/cron.sh index 9cc7fd1..3564484 100755 --- a/cron/cron.sh +++ b/cron/cron.sh @@ -22,6 +22,7 @@ source ./config.sh export LC_ALL=C export CCACHE_DISABLE=1 +export REPORT_EXIT_STATUS=0 # the file with the pid of this process GLOBALPIDFILE="${PHPROOT}/build.pid" -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
