diff options
author | Antony Dovgal <tony2001@php.net> | 2009-01-05 11:14:43 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2009-01-05 11:14:43 +0000 |
commit | 24163ce0b295a7482c41cc328b7f9f07c812494a (patch) | |
tree | 0726961b62bd6b33fec4bb3e0fb09fcc10aba473 /run-tests.php | |
parent | fde1c3d3328f27bb49ee68383a4681808bdad2fd (diff) | |
download | php-git-24163ce0b295a7482c41cc328b7f9f07c812494a.tar.gz |
fix ws
Diffstat (limited to 'run-tests.php')
-rwxr-xr-x | run-tests.php | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/run-tests.php b/run-tests.php index c7ab0410da..8753f6e828 100755 --- a/run-tests.php +++ b/run-tests.php @@ -1787,13 +1787,13 @@ COMMAND $cmd } if (!$leaked && !$failed_headers) { - if (isset($section_text['XFAIL'] )) { - $warn = true; - $info = " (warn: XFAIL section but test passes)"; - }else { - show_result("PASS", $tested, $tested_file, '', $temp_filenames); - return 'PASSED'; - } + if (isset($section_text['XFAIL'] )) { + $warn = true; + $info = " (warn: XFAIL section but test passes)"; + }else { + show_result("PASS", $tested, $tested_file, '', $temp_filenames); + return 'PASSED'; + } } } @@ -1816,13 +1816,13 @@ COMMAND $cmd } if (!$leaked && !$failed_headers) { - if (isset($section_text['XFAIL'] )) { - $warn = true; - $info = " (warn: XFAIL section but test passes)"; - }else { - show_result("PASS", $tested, $tested_file, '', $temp_filenames); - return 'PASSED'; - } + if (isset($section_text['XFAIL'] )) { + $warn = true; + $info = " (warn: XFAIL section but test passes)"; + }else { + show_result("PASS", $tested, $tested_file, '', $temp_filenames); + return 'PASSED'; + } } } |