Commit: 11c946e594a218143a6dafb302c70f2adade96d7 Author: Xinchen Hui <larue...@php.net> Sun, 25 Nov 2012 11:46:35 +0800 Parents: 4d804aa52d8c74ddcbdb07694b75b38c5eba8004 Branches: PHP-5.5
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=11c946e594a218143a6dafb302c70f2adade96d7 Log: XFAIL test should not be considered as failed Changed paths: M run-tests.php Diff: diff --git a/run-tests.php b/run-tests.php index 8527df8..43470d0 100755 --- a/run-tests.php +++ b/run-tests.php @@ -821,7 +821,7 @@ HELP; junit_save_xml(); - if (getenv('REPORT_EXIT_STATUS') == 1 and preg_match('/FAILED(?: |$)/', implode(' ', $test_results))) { + if (getenv('REPORT_EXIT_STATUS') == 1 and preg_match('/ FAILED(?: |$)/', implode(' ', $test_results))) { exit(1); } -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php