diff options
| author | Christopher Jones <sixd@php.net> | 2011-02-11 01:37:06 +0000 |
|---|---|---|
| committer | Christopher Jones <sixd@php.net> | 2011-02-11 01:37:06 +0000 |
| commit | 6e7e5dcde9dd04e5e09218b2ab235e1377106f93 (patch) | |
| tree | 69d517e512b71d514cc8876d157f0e7e523fe0e7 | |
| parent | f0bc6f849b304551d3ef87c3f6d91a3718e657b3 (diff) | |
| download | php-git-6e7e5dcde9dd04e5e09218b2ab235e1377106f93.tar.gz | |
Show XFAIL reasons (Daniel Convissor)
| -rwxr-xr-x | run-tests.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run-tests.php b/run-tests.php index f06733a52d..1b4bd5f449 100755 --- a/run-tests.php +++ b/run-tests.php @@ -1935,6 +1935,7 @@ COMMAND $cmd if (!$passed) { if (isset($section_text['XFAIL'])) { $restype[] = 'XFAIL'; + $info = ' XFAIL REASON: ' . $section_text['XFAIL']; } else { $restype[] = 'FAIL'; } |
