|
|
@@ -345,7 +345,7 @@ DEFAULT_TESTS_RESULTS_REPORT_TEMPLATE = %q{
|
|
|
<%=@ceedling[:plugin_reportinator].generate_banner(header_prepend + 'FAILED UNIT TEST SUMMARY')%>
|
|
|
% hash[:results][:failures].each do |failure|
|
|
|
% failure[:collection].each do |item|
|
|
|
-<%=failure[:source][:path]%><%=File::SEPARATOR%><%=failure[:source][:file]%>:<%=item[:line]%>:<%=item[:test]%>
|
|
|
+"\e[31m" <%=failure[:source][:path]%><%=File::SEPARATOR%><%=failure[:source][:file]%>:<%=item[:line]%>:<%=item[:test]%>
|
|
|
% if (item[:message].length > 0)
|
|
|
: "<%=item[:message]%>"
|
|
|
% else
|