You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by le...@apache.org on 2005/05/06 12:06:42 UTC

svn commit: r168586 - /gump/branches/Gump3/pygump/python/gump/plugins/logreporter.py

Author: leosimons
Date: Fri May  6 03:06:39 2005
New Revision: 168586

URL: http://svn.apache.org/viewcvs?rev=168586&view=rev
Log:
More pretty printing/cli updates. I'm done with this now :-)

Modified:
    gump/branches/Gump3/pygump/python/gump/plugins/logreporter.py

Modified: gump/branches/Gump3/pygump/python/gump/plugins/logreporter.py
URL: http://svn.apache.org/viewcvs/gump/branches/Gump3/pygump/python/gump/plugins/logreporter.py?rev=168586&r1=168585&r2=168586&view=diff
==============================================================================
--- gump/branches/Gump3/pygump/python/gump/plugins/logreporter.py (original)
+++ gump/branches/Gump3/pygump/python/gump/plugins/logreporter.py Fri May  6 03:06:39 2005
@@ -153,8 +153,9 @@
         
         self.wr('  Project build statistics')
         self.wr('  ==========================================================================')
-        self.wr('      Total | %sFailed%s | %sPrereq Failed%s | Skipped%s | %sSuccess%s | %sCyclic Dependency%s' % \
+        self.wr('      Total | %sFailed%s | %sPrereq Failed%s | %sSkipped%s | %sSuccess%s | %sCyclic Dependency%s' % \
                 (ansicolor.Red, ansicolor.Black,
+                 ansicolor.Yellow, ansicolor.Black,
                  ansicolor.Yellow, ansicolor.Black,
                  ansicolor.Green, ansicolor.Black,
                  ansicolor.Bright_Red,