Browse Source

XFAIL test should not be considered as failed

pull/242/head
Xinchen Hui 13 years ago
parent
commit
11c946e594
  1. 2
      run-tests.php

2
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);
}

Loading…
Cancel
Save