Skip to content

Commit

Permalink
Update run-tests.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Feb 28, 2015
1 parent 90ccc8b commit b1d6cc0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions run-tests.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
+----------------------------------------------------------------------+
*/

/* $Id: 315ae09200aab97cf03e8ba674a1afeb91df6d64 $ */
/* $Id: 87a67768cc2c32abc178471c8087a1c750e1648d $ */

/* Sanity check to ensure that pcre extension needed by this script is available.
* In the event it is not, print a nice error message indicating that this script will
Expand Down Expand Up @@ -240,6 +240,7 @@ function verify_config()
'ignore_repeated_errors=0',
'precision=14',
'memory_limit=128M',
'log_errors_max_len=0',
'opcache.fast_shutdown=0',
'opcache.file_update_protection=0',
);
Expand Down Expand Up @@ -313,7 +314,7 @@ function write_information($show_html)
define('PHP_QA_EMAIL', 'qa-reports@lists.php.net');
define('QA_SUBMISSION_PAGE', 'http://qa.php.net/buildtest-process.php');
define('QA_REPORTS_PAGE', 'http://qa.php.net/reports');
define('TRAVIS_CI' , (bool) getenv('TRAVIS_PHP_VERSION'));
define('TRAVIS_CI' , (bool) getenv('TRAVIS'));

function save_or_mail_results()
{
Expand Down Expand Up @@ -662,7 +663,7 @@ function save_or_mail_results()
$html_output = is_resource($html_file);
break;
case '--version':
echo '$Id: 315ae09200aab97cf03e8ba674a1afeb91df6d64 $' . "\n";
echo '$Id: 87a67768cc2c32abc178471c8087a1c750e1648d $' . "\n";
exit(1);

default:
Expand Down

0 comments on commit b1d6cc0

Please sign in to comment.