Skip to content

Commit

Permalink
XFAILED tests are not "You may have found a problem in PHP"
Browse files Browse the repository at this point in the history
  • Loading branch information
bwoebi committed Jul 2, 2015
1 parent 94722e1 commit 6ff7246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests.php
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ function save_or_mail_results()
/* We got failed Tests, offer the user to send an e-mail to QA team, unless NO_INTERACTION is set */
if (!getenv('NO_INTERACTION') && !TRAVIS_CI) {
$fp = fopen("php://stdin", "r+");
if ($sum_results['FAILED'] || $sum_results['BORKED'] || $sum_results['WARNED'] || $sum_results['LEAKED'] || $sum_results['XFAILED']) {
if ($sum_results['FAILED'] || $sum_results['BORKED'] || $sum_results['WARNED'] || $sum_results['LEAKED']) {
echo "\nYou may have found a problem in PHP.";
}
echo "\nThis report can be automatically sent to the PHP QA team at\n";
Expand Down

0 comments on commit 6ff7246

Please sign in to comment.