diff --git a/CHANGELOG.md b/CHANGELOG.md index 286a560a..af82baa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ ### Fixed - Properly trigger PHPUnit colored (ANSI) mode when Steward itself is in ANSI mode. +- Stop counting test's running time (shown in `results.xml`), if the test ended with fatal error (#6). ## 1.0.0 - 2015-05-09 ### Added diff --git a/src/results.xsl b/src/results.xsl index f5a95abf..d7b32be6 100644 --- a/src/results.xsl +++ b/src/results.xsl @@ -159,34 +159,49 @@ - + + + + - - - success - danger - info - - - - - glyphicon - - glyphicon-ok - glyphicon-remove - glyphicon-question-sign - - - -    - + + + warning +   fatal + + + + + success + danger + info + + + + + glyphicon + + glyphicon-ok + glyphicon-remove + glyphicon-question-sign + + + +    + + + - + + - + + @@ -202,12 +217,13 @@