[llvm-commits] [zorg] r125924 - in /zorg/trunk/llvmlab/llvmlab/ui/templates: dashboard.html phase_popup.html

Daniel Dunbar daniel at zuster.org
Fri Feb 18 08:44:04 PST 2011


Author: ddunbar
Date: Fri Feb 18 10:44:04 2011
New Revision: 125924

URL: http://llvm.org/viewvc/llvm-project?rev=125924&view=rev
Log:
llvmlab: Fix typo.

Modified:
    zorg/trunk/llvmlab/llvmlab/ui/templates/dashboard.html
    zorg/trunk/llvmlab/llvmlab/ui/templates/phase_popup.html

Modified: zorg/trunk/llvmlab/llvmlab/ui/templates/dashboard.html
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/llvmlab/llvmlab/ui/templates/dashboard.html?rev=125924&r1=125923&r2=125924&view=diff
==============================================================================
--- zorg/trunk/llvmlab/llvmlab/ui/templates/dashboard.html (original)
+++ zorg/trunk/llvmlab/llvmlab/ui/templates/dashboard.html Fri Feb 18 10:44:04 2011
@@ -18,7 +18,7 @@
 {% elif build.result == 0 %}
 {%   set kind = "success" %}
 {% elif build == phase_info.failing %}
-{%   set kind = "failing" %}
+{%   set kind = "failure" %}
 {% else %}
 {%   set kind = "warnings" %}
 {% endif %}

Modified: zorg/trunk/llvmlab/llvmlab/ui/templates/phase_popup.html
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/llvmlab/llvmlab/ui/templates/phase_popup.html?rev=125924&r1=125923&r2=125924&view=diff
==============================================================================
--- zorg/trunk/llvmlab/llvmlab/ui/templates/phase_popup.html (original)
+++ zorg/trunk/llvmlab/llvmlab/ui/templates/phase_popup.html Fri Feb 18 10:44:04 2011
@@ -22,7 +22,7 @@
       {%   set kind = "success" %}
       {%   set text = "PASS" %}
       {% else %}
-      {%   set kind = "failing" %}
+      {%   set kind = "failure" %}
       {%   set text = "FAIL" %}
       {% endif %}
 





More information about the llvm-commits mailing list